Class GroupPolicyRegistryPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Group Policy registry policy.
public class GroupPolicyRegistryPolicy : GlobalSerializableClassicBase, IComparable<GroupPolicyRegistryPolicy>
- Inheritance
-
GroupPolicyRegistryPolicy
- Implements
Constructors
GroupPolicyRegistryPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyRegistryPolicy class.
public GroupPolicyRegistryPolicy()
Properties
Category
Gets or sets the category - for example "Control Panel/Personalization".
public string Category { get; set; }
Property Value
Comment
Gets or sets the user defined comment.
public string Comment { get; set; }
Property Value
Description
Gets or sets the policy description.
public string Description { get; set; }
Property Value
FullName
Gets the full name including the category.
public string FullName { get; }
Property Value
Options
Gets or sets the registry policy options.
public GroupPolicyRegistryPolicyOptions Options { get; set; }
Property Value
PolicyName
Gets or sets the policy name.
public string PolicyName { get; set; }
Property Value
State
Gets or sets the policy state.
public GroupPolicyRegistryPolicyState State { get; set; }
Property Value
SupportedOn
Gets or sets the supported operating systems - for example "Windows Server 2012 R2, Windows 8.1 or Windows RT 8.1 only".
public string SupportedOn { get; set; }
Property Value
Methods
CompareTo(GroupPolicyRegistryPolicy)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyRegistryPolicy objects to allow sorting alphabetically by full name.
public int CompareTo(GroupPolicyRegistryPolicy other)
Parameters
other
GroupPolicyRegistryPolicyThe CENTREL.XIA.Configuration.Types.GroupPolicyRegistryPolicy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyRegistryPolicy objects.
ToString()
Returns the registry policy as a human readable string.
public override string ToString()
Returns
- string
The registry policy as a human readable string.