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 (26.2.0.1000)
Syntax
public bool IsValid { get; }

Property Value

Boolean
Remarks
Note  Note
The value of this property is only trustworthy if the notification has been loaded with content.
See Also