DashboardQueryComRefreshInterval Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a string value that indicates how often the query will auto refresh.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ComRefreshInterval { get; set; }
Public Property ComRefreshInterval As String
Get
Set
public:
virtual property String^ ComRefreshInterval {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ComRefreshInterval();
function set_ComRefreshInterval(value);
Property Value
Type:
StringHow often the query will auto refresh.
Return Value
Type:
StringHow 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