ModeSMessageIsMlat Property |
Gets or sets a value indicating that the message was generated by an MLAT receiver / server.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsMlat { get; set; }
Public Property IsMlat As Boolean
Get
Set
public:
property bool IsMlat {
bool get ();
void set (bool value);
}
member IsMlat : bool with get, set
Property Value
Type:
BooleanSee Also