| BaseStationMessageReceiverId Property  | 
            Gets or sets the unique ID of the receiver that picked up the message, if any. 0 if the ID is unknown.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ReceiverId { get; set; }Public Property ReceiverId As Integer
	Get
	Set
public:
property int ReceiverId {
	int get ();
	void set (int value);
}member ReceiverId : int with get, set
Property Value
Type: 
Int32
See Also