DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The unique string that identifies the source data set from the query, resultset collection.
The unique string that identifies the source data set from the query, resultset collection.
Gets and sets a unique string that identifies the source data set from the query, resultset collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string DataTag { get; set; } |
Visual Basic |
---|
Public Property DataTag As String Get Set |
Visual C++ |
---|
public: virtual property String^ DataTag { String^ get () sealed; void set (String^ value) sealed; } |
Property Value
Type: StringThe unique string that identifies the source data set from the query, resultset collection.
Return Value
Type: StringThe unique string that identifies the source data set from the query, resultset collection.
Remarks
The unique string is made up of the DashboardQuery.ID property concatenated with the ResultsSet.Name property.