FlightReportJsonAircraft Property |
Gets the list of aircraft that the flights refer to.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ReportAircraftJson> Aircraft { get; }
Public ReadOnly Property Aircraft As List(Of ReportAircraftJson)
Get
public:
property List<ReportAircraftJson^>^ Aircraft {
List<ReportAircraftJson^>^ get ();
}
member Aircraft : List<ReportAircraftJson> with get
Property Value
Type:
ListReportAircraftJsonSee Also