ServerConfigJsonMinimumRefreshSeconds Property |
Gets or sets the minimum number of seconds between refreshes configured that the site should allow.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MinimumRefreshSeconds { get; set; }
Public Property MinimumRefreshSeconds As Integer
Get
Set
public:
property int MinimumRefreshSeconds {
int get ();
void set (int value);
}
member MinimumRefreshSeconds : int with get, set
Property Value
Type:
Int32See Also