Click or drag to resize
DashboardQueryComRefreshInterval Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a string value that indicates how often the query will auto refresh.

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

Property Value

Type: String
How often the query will auto refresh.

Return Value

Type: String
How often the query will auto refresh.
Remarks
Property accepts string values any of the following formats in the format "[ticks]" where ticks = the number of 100 nanosecond units "[hours]:[minutes]:[seconds]" "[days]:[hours]:[minutes]:[seconds]" "[days]:[hours]:[minutes]:[seconds]:[milliseconds]"
See Also