AircraftListJsonAircraft Property |
Gets the list of aircraft to show to the user.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<AircraftJson> Aircraft { get; }
Public ReadOnly Property Aircraft As List(Of AircraftJson)
Get
public:
property List<AircraftJson^>^ Aircraft {
List<AircraftJson^>^ get ();
}
member Aircraft : List<AircraftJson> with get
Property Value
Type:
ListAircraftJsonSee Also