DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public bool ValidSubject { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ValidSubject As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool ValidSubject {
bool get () sealed;
} |
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