FlightReportJsonAirports Property |
Gets the list of airports that the routes refer to.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ReportAirportJson> Airports { get; }
Public ReadOnly Property Airports As List(Of ReportAirportJson)
Get
public:
property List<ReportAirportJson^>^ Airports {
List<ReportAirportJson^>^ get ();
}
member Airports : List<ReportAirportJson> with get
Property Value
Type:
ListReportAirportJsonSee Also