| BaseStationSettingsTrackingTimeoutSeconds Property  | 
            Gets or sets the number of seconds that aircraft should remain in the aircraft list after their last transmission.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int TrackingTimeoutSeconds { get; set; }Public Property TrackingTimeoutSeconds As Integer
	Get
	Set
public:
property int TrackingTimeoutSeconds {
	int get ();
	void set (int value);
}member TrackingTimeoutSeconds : int with get, set
Property Value
Type: 
Int32
See Also