| RawDecodingSettingsReceiverLocationId Property  | 
            No longer used. Not marked as Obsolete because Microsoft decided it'd be a good idea to break loading and saving data via XmlSerialiser by ignoring Obsolete properties.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ReceiverLocationId { get; set; }Public Property ReceiverLocationId As Integer
	Get
	Set
public:
property int ReceiverLocationId {
	int get ();
	void set (int value);
}member ReceiverLocationId : int with get, set
Property Value
Type: 
Int32
See Also