NotificationTransferItemDataNotification Property |
Represents a notification transfer item.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "notification")]
public NotificationData Notification { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "notification")>
Public Property Notification As NotificationData
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"notification")]
property NotificationData^ Notification {
NotificationData^ get ();
void set (NotificationData^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "notification")>]
member Notification : NotificationData with get, set
Property Value
Type:
NotificationDataSee Also