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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BaseStationAircraft Aircraft { get; set; }
Public Property Aircraft As BaseStationAircraft
Get
Set
public:
property BaseStationAircraft^ Aircraft {
BaseStationAircraft^ get ();
void set (BaseStationAircraft^ value);
}
member Aircraft : BaseStationAircraft with get, set
Property Value
Type:
BaseStationAircraftSee Also