Click or drag to resize
GoogleMapSettingsInitialRefreshSeconds Property
Gets or sets the initial refresh period. This is overridden by the user's own settings after they have viewed the page the first time.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int InitialRefreshSeconds { get; set; }

Property Value

Type: Int32
Remarks
For historical reasons the browser always adds one second to whatever value it has been configured to use. Setting 0 here indicates a 1 second refresh period, a 1 is 2 seconds and so on.
See Also