GoogleMapSettingsMinimumRefreshSeconds Property |
Gets or sets the smallest refresh period that the browser will allow the user to set.
Namespace: VirtualRadar.Interface.SettingsAssembly: 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:
Int32Remarks
This setting is difficult to police in the server so it should just be taken as a hint to well-behaved code rather than a guarantee that the server will reject
the second and subsequent request under this threshold.
See Also