AircraftReportJsonRoutes Property |
Gets a list of routes that are referred to by the flights.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ReportRouteJson> Routes { get; }
Public ReadOnly Property Routes As List(Of ReportRouteJson)
Get
public:
property List<ReportRouteJson^>^ Routes {
List<ReportRouteJson^>^ get ();
}
member Routes : List<ReportRouteJson> with get
Property Value
Type:
ListReportRouteJsonSee Also