AircraftReportJsonFlights Property |
Gets a list of flights taken by the aircraft that match the report critera.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ReportFlightJson> Flights { get; }
Public ReadOnly Property Flights As List(Of ReportFlightJson)
Get
public:
property List<ReportFlightJson^>^ Flights {
List<ReportFlightJson^>^ get ();
}
member Flights : List<ReportFlightJson> with get
Property Value
Type:
ListReportFlightJsonSee Also