Enum BooleanOption
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a boolean value that maybe unknown or not applicable to a certain platform or object.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum BooleanOption
Fields
False = 2The value is false.
NotApplicable = 3The value is not applicable.
NotConfigured = 4The value is not applicable.
NotSupported = 5The value is not supported on this object.
SystemDefault = 6The platform or system default applies.
True = 1The value is true.
Unknown = 0The value is unknown.