Table of Contents

Class GroupPolicyInternetSettingRegistryValue

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

Represents an Active Directory Group Policy internet setting registry value.

public class GroupPolicyInternetSettingRegistryValue : GlobalSerializableClassicBase, IComparable<GroupPolicyInternetSettingRegistryValue>
Inheritance
GroupPolicyInternetSettingRegistryValue
Implements

Constructors

GroupPolicyInternetSettingRegistryValue()

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

public GroupPolicyInternetSettingRegistryValue()

Properties

Disabled

Gets or sets whether the registry value is disabled.

public BooleanOption Disabled { get; set; }

Property Value

BooleanOption

FullName

Gets the full name of the registry value.

public string FullName { get; set; }

Property Value

string

Hive

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

public string Hive { get; set; }

Property Value

string

Key

Gets or sets the registry key - for example "Software\Microsoft\Internet Explorer\Main".

public string Key { get; set; }

Property Value

string

RegistryValueType

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

public string RegistryValueType { get; set; }

Property Value

string

SettingIdentifier

Gets or sets the setting identifier.

public string SettingIdentifier { get; set; }

Property Value

string

SettingName

Gets or sets the setting name.

public string SettingName { get; set; }

Property Value

string

Value

Gets or sets the value.

public string Value { get; set; }

Property Value

string

Methods

CompareTo(GroupPolicyInternetSettingRegistryValue)

Compares two CENTREL.XIA.Configuration.Types.GroupPolicyInternetSettingRegistryValue objects to allow sorting alphabetically by full name.

public int CompareTo(GroupPolicyInternetSettingRegistryValue other)

Parameters

other GroupPolicyInternetSettingRegistryValue

The CENTREL.XIA.Configuration.Types.GroupPolicyInternetSettingRegistryValue to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyInternetSettingRegistryValue objects.