DashboardQuerySubjectID Property |
|
DataPA OpenAnalytics 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 public string SubjectID { get; }
Public ReadOnly Property SubjectID As String
Get
public:
virtual property String^ SubjectID {
String^ get () sealed;
}
function get_SubjectID();
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