ModeSMessageFlightStatus Property |
Gets or sets the FS field from the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<FlightStatus> FlightStatus { get; set; }
Public Property FlightStatus As Nullable(Of FlightStatus)
Get
Set
public:
property Nullable<FlightStatus> FlightStatus {
Nullable<FlightStatus> get ();
void set (Nullable<FlightStatus> value);
}
member FlightStatus : Nullable<FlightStatus> with get, set
Property Value
Type:
NullableFlightStatusSee Also