BaseStationSettingsDisplayTimeoutSeconds Property |
Gets or sets the number of seconds that aircraft should remain on display in the browser after their last transmission.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int DisplayTimeoutSeconds { get; set; }
Public Property DisplayTimeoutSeconds As Integer
Get
Set
public:
property int DisplayTimeoutSeconds {
int get ();
void set (int value);
}
member DisplayTimeoutSeconds : int with get, set
Property Value
Type:
Int32See Also