Click or drag to resize
FlightReportJsonFlights Property
Gets the list of flights that match the report criteria.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<ReportFlightJson> Flights { get; }

Property Value

Type: ListReportFlightJson
See Also