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
FullName
Gets the full name of the registry value.
public string FullName { get; set; }
Property Value
Hive
Gets or sets the registry hive - for example "HKEY_CURRENT_USER".
public string Hive { get; set; }
Property Value
Key
Gets or sets the registry key - for example "Software\Microsoft\Internet Explorer\Main".
public string Key { get; set; }
Property Value
RegistryValueType
Gets or sets the registry value type - for example "REG_SZ".
public string RegistryValueType { get; set; }
Property Value
SettingIdentifier
Gets or sets the setting identifier.
public string SettingIdentifier { get; set; }
Property Value
SettingName
Gets or sets the setting name.
public string SettingName { get; set; }
Property Value
Value
Gets or sets the value.
public string Value { get; set; }
Property Value
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
GroupPolicyInternetSettingRegistryValueThe CENTREL.XIA.Configuration.Types.GroupPolicyInternetSettingRegistryValue to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyInternetSettingRegistryValue objects.