DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that identifies the specific data table from the query this alert shoud be evaluated against

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
A value that identifies the specific data table from the query this alert shoud be evaluated against

Return Value

Type: String
A value that identifies the specific data table from the query this alert shoud be evaluated against

Implements

DashboardAlert..::.._DashboardAlert..::..DataTag

Remarks