Table of Contents

Enum GroupPolicyRegistryPolicyOptionType

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

Determines a Group Policy registry policy option type.

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

Fields

Checkbox = 1

The option type is a checkbox.

DropDownList = 2

The option type is a dropdown list.

ListBox = 3

The option type is a listbox.

Numeric = 4

The option type is numeric.

Text = 5

The option type is text.

Unknown = 0

The option type is unknown.