FlightNumberAirportCodes Property |
Gets a list of airports in the route that the flight number describes.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> AirportCodes { get; }
Public ReadOnly Property AirportCodes As List(Of String)
Get
public:
property List<String^>^ AirportCodes {
List<String^>^ get ();
}
member AirportCodes : List<string> with get
Property Value
Type:
ListStringSee Also