AircraftReportJsonAirports Property |
Gets a list of airports that are referred to by the routes.
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