IWebSiteFlightSimulatorAircraftList Property |
Gets or sets the aircraft list to use when browsers ask for the FSX aircraft list.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ISimpleAircraftList FlightSimulatorAircraftList { get; set; }
Property FlightSimulatorAircraftList As ISimpleAircraftList
Get
Set
property ISimpleAircraftList^ FlightSimulatorAircraftList {
ISimpleAircraftList^ get ();
void set (ISimpleAircraftList^ value);
}
abstract FlightSimulatorAircraftList : ISimpleAircraftList with get, set
Property Value
Type:
ISimpleAircraftListSee Also