| ConfigurationBaseStationSettings Property  | 
            Gets or sets the object holding settings that describe the source of data that we are listening to.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BaseStationSettings BaseStationSettings { get; set; }Public Property BaseStationSettings As BaseStationSettings
	Get
	Set
public:
property BaseStationSettings^ BaseStationSettings {
	BaseStationSettings^ get ();
	void set (BaseStationSettings^ value);
}member BaseStationSettings : BaseStationSettings with get, set
Property Value
Type: 
BaseStationSettings
See Also