Class GroupPolicyUnmanagedRegistryPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an unmanaged registry policy.
public class GroupPolicyUnmanagedRegistryPolicy : GlobalSerializableClassicBase, IComparable<GroupPolicyUnmanagedRegistryPolicy>
- Inheritance
-
GroupPolicyUnmanagedRegistryPolicy
- Implements
Constructors
GroupPolicyUnmanagedRegistryPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyUnmanagedRegistryPolicy class.
public GroupPolicyUnmanagedRegistryPolicy()
Properties
AdmSetting
Gets or sets whether the setting is an ADM setting.
public bool AdmSetting { get; set; }
Property Value
Command
Gets or sets the command to execute.
public string Command { get; set; }
Property Value
FullName
Gets the full name of the registry key, or registry key and value name.
public string FullName { get; }
Property Value
KeyPath
Gets or sets the key path of the unmanaged registry policy.
public string KeyPath { get; set; }
Property Value
Value
Gets or sets the value.
public object Value { get; set; }
Property Value
ValueName
Gets or sets the name of the value.
public string ValueName { get; set; }
Property Value
ValueString
Gets the value as a human readable string.
public string ValueString { get; set; }
Property Value
Methods
CompareTo(GroupPolicyUnmanagedRegistryPolicy)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyUnmanagedRegistryPolicy objects to allow sorting alphabetically by full name.
public int CompareTo(GroupPolicyUnmanagedRegistryPolicy other)
Parameters
other
GroupPolicyUnmanagedRegistryPolicyThe CENTREL.XIA.Configuration.Types.GroupPolicyUnmanagedRegistryPolicy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyUnmanagedRegistryPolicy objects.
ToString()
Returns the unmanaged registry policy as a human readable string.
public override string ToString()
Returns
- string
The unmanaged registry policy as a human readable string.