NotificationDataIsValid Property |
Gets a value indicating whether or not the notification is in a valid state.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isValid", EmitDefaultValue = true)]
public bool IsValid { get; }
<DataMemberAttribute(Name := "isValid", EmitDefaultValue := true)>
Public ReadOnly Property IsValid As Boolean
Get
public:
[DataMemberAttribute(Name = L"isValid", EmitDefaultValue = true)]
property bool IsValid {
bool get ();
}
[<DataMemberAttribute(Name = "isValid", EmitDefaultValue = true)>]
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