ServerConfigJsonRefreshSeconds Property |
Gets or sets the seconds between refreshes if the user hasn't already set a value.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int RefreshSeconds { get; set; }
Public Property RefreshSeconds As Integer
Get
Set
public:
property int RefreshSeconds {
int get ();
void set (int value);
}
member RefreshSeconds : int with get, set
Property Value
Type:
Int32See Also