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 (24.3.0.1000)
Syntax public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
property bool IsValid {
bool get ();
}
member IsValid : bool with get
Property Value
Type:
BooleanRemarks Note |
---|
The value of this property is only trustworthy if the notification has been loaded with content. |
See Also