AircraftListJsonBuilderFilterEngineType Property |
Gets or sets the engine type that the aircraft must have before it can pass the filter.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterEnum<EngineType> EngineType { get; set; }
Public Property EngineType As FilterEnum(Of EngineType)
Get
Set
public:
property FilterEnum<EngineType>^ EngineType {
FilterEnum<EngineType>^ get ();
void set (FilterEnum<EngineType>^ value);
}
member EngineType : FilterEnum<EngineType> with get, set
Property Value
Type:
FilterEnumEngineTypeSee Also