DashboardAlertDataTag Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that identifies the specific data table from the query this alert shoud be evaluated against
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string DataTag { get; set; }
Public Property DataTag As String
Get
Set
public:
virtual property String^ DataTag {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DataTag();
function set_DataTag(value);
Property Value
Type:
StringA value that identifies the specific data table from the query this alert shoud be evaluated against
Return Value
Type:
StringA value that identifies the specific data table from the query this alert shoud be evaluated against
Remarks See Also