FlightNumberAirlineCode Property |
Gets or sets the airline code (either ICAO or IATA) of the flight.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AirlineCode { get; set; }
Public Property AirlineCode As String
Get
Set
public:
property String^ AirlineCode {
String^ get ();
void set (String^ value);
}
member AirlineCode : string with get, set
Property Value
Type:
StringRemarks
In the flight number ANZ039C this would be ANZ.
See Also