AnnotationNotificationNotificationCondition Property |
Gets the notification condition.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public AnnotationCondition NotificationCondition { get; }
Public ReadOnly Property NotificationCondition As AnnotationCondition
Get
public:
property AnnotationCondition^ NotificationCondition {
AnnotationCondition^ get ();
}
member NotificationCondition : AnnotationCondition with get
Property Value
Type:
AnnotationCondition
The notification condition.
See Also