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