FlightNumberFlightCode Property |
Gets the flight code portion of the flight number.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FlightCode { get; set; }
Public Property FlightCode As String
Get
Set
public:
property String^ FlightCode {
String^ get ();
void set (String^ value);
}
member FlightCode : string with get, set
Property Value
Type:
StringRemarks
In the flight number ANZ039C this would be 039C.
See Also