DataPA Enterprise Dashboard Controls API Reference 
        
 Returns the UniqueID of the subject for this query.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string SubjectID { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property SubjectID As String
	Get  | 
| Visual C++ | 
|---|
public:
virtual property String^ SubjectID {
	String^ get () sealed;
} | 
Property Value
Type: 
StringThe UniqueID of the subject for this query.
Return Value
Type: 
StringThe UniqueID of the subject for this query.
Remarks
See Also