DataPA Enterprise Dashboard Controls 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

C#
public string ComRefreshInterval { get; set; }
Visual Basic
Public Property ComRefreshInterval As String
	Get
	Set
Visual C++
public:
virtual property String^ ComRefreshInterval {
	String^ get () sealed;
	void set (String^ value) sealed;
}

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