Enum WindowsOptionalFeatureInstallState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of an optional feature.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsOptionalFeatureInstallState
Fields
Absent = 3The feature is absent.
Disabled = 2The feature is disabled.
Enabled = 1The feature is enabled.
Unknown = 0The state of the feature is unknown.