AircraftFetcherTKey, TDetailFetchedDetailAircraft Property |
Gets or sets the aircraft associated with the key, if known.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IAircraft Aircraft { get; set; }
Public Property Aircraft As IAircraft
Get
Set
public:
property IAircraft^ Aircraft {
IAircraft^ get ();
void set (IAircraft^ value);
}
member Aircraft : IAircraft with get, set
Property Value
Type:
IAircraftSee Also