ManagedDashboardDataVersion Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that identifies this particular instance of the data in this dashboard
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string DataVersion { get; set; }
Public Property DataVersion As String
Get
Set
public:
virtual property String^ DataVersion {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DataVersion();
function set_DataVersion(value);
Property Value
Type:
StringA value that identifies this particular instance of the data in this dashboard
Return Value
Type:
StringA 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