| BaseStationSettingsAutoReconnectAtStartup Property  | 
            No longer used. Not marked as obsolete as that prevents serialisation.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool AutoReconnectAtStartup { get; set; }Public Property AutoReconnectAtStartup As Boolean
	Get
	Set
public:
property bool AutoReconnectAtStartup {
	bool get ();
	void set (bool value);
}member AutoReconnectAtStartup : bool with get, set
Property Value
Type: 
Boolean
See Also