NotificationInfoNotificationKind Property  | 
 Gets the kind of notification represented by this instance.
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic NotificationKind NotificationKind { get; }Public ReadOnly Property NotificationKind As NotificationKind
	Get
public:
property NotificationKind NotificationKind {
	NotificationKind get ();
}member NotificationKind : NotificationKind with get
Property Value
Type: 
NotificationKind
See Also