AircraftJsonEngineType Property |
Gets or sets a value indicating the type of engines that the aircraft uses (see EngineType).
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> EngineType { get; set; }
Public Property EngineType As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> EngineType {
Nullable<int> get ();
void set (Nullable<int> value);
}
member EngineType : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also