DeliverySettingsDataDeliveryKind Property |
Gets the delivery kind of the notification.
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(Name = "deliveryKind", EmitDefaultValue = true)]
public NotificationDeliveryKind DeliveryKind { get; set; }
<DataMemberAttribute(Name := "deliveryKind", EmitDefaultValue := true)>
Public Property DeliveryKind As NotificationDeliveryKind
Get
Set
public:
[DataMemberAttribute(Name = L"deliveryKind", EmitDefaultValue = true)]
property NotificationDeliveryKind DeliveryKind {
NotificationDeliveryKind get ();
void set (NotificationDeliveryKind value);
}
[<DataMemberAttribute(Name = "deliveryKind", EmitDefaultValue = true)>]
member DeliveryKind : NotificationDeliveryKind with get, set
Property Value
Type:
NotificationDeliveryKindSee Also