BaseStationMessageEventArgsIsSatcomFeed Property |
Gets a value indicating that the message was received on a feed that is flagged as a SatCom feed.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsSatcomFeed { get; }
Public ReadOnly Property IsSatcomFeed As Boolean
Get
public:
property bool IsSatcomFeed {
bool get ();
}
member IsSatcomFeed : bool with get
Property Value
Type:
BooleanSee Also