| BaseStationSettingsPort 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 int Port { get; set; }Public Property Port As Integer
	Get
	Set
public:
property int Port {
	int get ();
	void set (int value);
}member Port : int with get, set
Property Value
Type: 
Int32
See Also