Table of Contents

Enum GroupPolicyRegistryPolicyState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines a Group Policy registry policy or option state.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyRegistryPolicyState

Fields

Disabled = 2

The state is disabled.

Enabled = 1

The state is enabled.

NotConfigured = 3

The state is not configured.

Unknown = 0

The state is unknown.