NotificationIsValid Property  | 
 
            Gets a value indicating whether or not the notification is in a valid state.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsValid { get; }Public ReadOnly Property IsValid As Boolean
	Get
public:
property bool IsValid {
	bool get ();
}member IsValid : bool with get
Property Value
Type: 
Boolean
Remarks  Note | 
|---|
| The value of this property is only trustworthy if the notification has been loaded with content. | 
See Also