Click or drag to resize
AircraftDetailAircraft Property
Gets or sets the database aircraft record. This can be null if no database record has been fetched for the aircraft (yet).

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BaseStationAircraft Aircraft { get; set; }

Property Value

Type: BaseStationAircraft
See Also