DataPA Enterprise Dashboard Controls 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

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: 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.

Implements

GaugeData..::.._GaugeData..::..DataTag

Remarks

The unique string is made up of the DashboardQuery.ID property concatenated with the ResultsSet.Name property.

See Also