| IReceiverLocationsViewSelectedReceiverLocation Property | 
            Gets or sets the currently-selected receiver location.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxReceiverLocation SelectedReceiverLocation { get; set; }Property SelectedReceiverLocation As ReceiverLocation
	Get
	Set
property ReceiverLocation^ SelectedReceiverLocation {
	ReceiverLocation^ get ();
	void set (ReceiverLocation^ value);
}abstract SelectedReceiverLocation : ReceiverLocation with get, set
Property Value
Type: 
ReceiverLocation See Also
See Also