DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
How often the query will auto refresh.
How often the query will auto refresh.
      
    
 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
| 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: 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]"