Click or drag to resize

SupportType Enumeration

Specifies the type of support for a particular feature.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SupportType
Members
  Member nameValueDescription
Never0The feature or option is not supported.
Always1The feature or option is required.
DefaultOff2The feature or option is optional and by default is not enabled.
DefaultOn3The feature or option is optional and by default is enabled.
See Also