BaseStationMessageEventArgsMessage Property |
Gets the message that was transmitted by BaseStation.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BaseStationMessage Message { get; }
Public ReadOnly Property Message As BaseStationMessage
Get
public:
property BaseStationMessage^ Message {
BaseStationMessage^ get ();
}
member Message : BaseStationMessage with get
Property Value
Type:
BaseStationMessageSee Also