BaseStationFlightAircraft Property |
Gets or sets the aircraft that performed the flight. Some
IBaseStationDatabase methods may not read
the record, in which case this will be null.
Namespace: VirtualRadar.Interface.DatabaseAssembly: 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