Click or drag to resize
GaugeDataDataTag Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a unique string that identifies the source data set from the query, resultset collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string DataTag { get; set; }

Property Value

Type: String
The unique string that identifies the source data set from the query, resultset collection.

Return Value

Type: String
The 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.
See Also