Table of Contents

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 = 3

The feature is absent.

Disabled = 2

The feature is disabled.

Enabled = 1

The feature is enabled.

Unknown = 0

The state of the feature is unknown.