DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
TRUE means the current item is a Subject, FALSE means it is not a subject.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool IsSubject { get; } |
Visual Basic |
---|
Public ReadOnly Property IsSubject As Boolean Get |
Visual C++ |
---|
public: property bool IsSubject { bool get (); } |