FlightReportJsonFlights Property |
Gets the list of flights that match the report criteria.
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