NotificationDataNotificationCondition Property |
Gets or sets the notification condition.
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 = "notificationCondition", EmitDefaultValue = true)]
public InteractionConditionData NotificationCondition { get; set; }
<DataMemberAttribute(Name := "notificationCondition", EmitDefaultValue := true)>
Public Property NotificationCondition As InteractionConditionData
Get
Set
public:
[DataMemberAttribute(Name = L"notificationCondition", EmitDefaultValue = true)]
property InteractionConditionData^ NotificationCondition {
InteractionConditionData^ get ();
void set (InteractionConditionData^ value);
}
[<DataMemberAttribute(Name = "notificationCondition", EmitDefaultValue = true)>]
member NotificationCondition : InteractionConditionData with get, set
Property Value
Type:
InteractionConditionData
The notification condition.
See Also