Table of Contents

Class GroupPolicyWindowsRegistryItem

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

Represents an Active Directory Group Policy registry item.

public class GroupPolicyWindowsRegistryItem : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyWindowsRegistryItem
Implements
Inherited Members

Constructors

GroupPolicyWindowsRegistryItem()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyWindowsRegistryItem class.

public GroupPolicyWindowsRegistryItem()

Properties

Default

Gets or sets whether the default value is to be set.

public BooleanOption Default { get; set; }

Property Value

BooleanOption

DisplayDecimal

Gets or sets whether to display decimal values rather than hexadecimal values. This only applies when ValueType is "REG_DWORD" or "REG_QWORD".

public BooleanOption DisplayDecimal { get; set; }

Property Value

BooleanOption

FullPath

Gets the full path to the key or value.

public string FullPath { get; }

Property Value

string

Hive

Gets or sets the registry hive - for example "HKEY_LOCAL_MACHINE".

public string Hive { get; set; }

Property Value

string

Key

Gets or sets the registry key - for example "SOFTWARE\Microsoft".

public string Key { get; set; }

Property Value

string

Value

Gets or sets the value to set.

public string Value { get; set; }

Property Value

string

ValueDisplayName

Gets the registry value name.

public string ValueDisplayName { get; set; }

Property Value

string

ValueName

Gets or sets the registry value name.

public string ValueName { get; set; }

Property Value

string

ValueType

Gets or sets the value type - for example "REG_SZ".

public string ValueType { get; set; }

Property Value

string