SummaryDataDataTag Property |
|
DataPA OpenAnalytics API Reference
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 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:
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.
See Also