DashboardQueryValidSubject Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the subject for this query exists.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ValidSubject { get; }
Public ReadOnly Property ValidSubject As Boolean
Get
public:
virtual property bool ValidSubject {
bool get () sealed;
}
function get_ValidSubject();
Property Value
Type:
BooleanA value that indicates if the subject for this query exists
Return Value
Type:
BooleanA value that indicates if the subject for this query exists
Remarks See Also