Click or drag to resize
ManagedDashboardDataVersion Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that identifies this particular instance of the data in this dashboard

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

Property Value

Type: String
A value that identifies this particular instance of the data in this dashboard

Return Value

Type: String
A value that identifies this particular instance of the data in this dashboard
Remarks
Each time the a query is refreshed for this dashboard the DataVersion will change. As such, this value identifies a version of the data in this dashboard.
See Also