| AircraftTypeEngineType Property  | 
            Gets or sets the type of engine predominantly used to propel the aircraft.
            
 
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EngineType EngineType { get; set; }Public Property EngineType As EngineType
	Get
	Set
public:
property EngineType EngineType {
	EngineType get ();
	void set (EngineType value);
}member EngineType : EngineType with get, set
Property Value
Type: 
EngineType
See Also