Class GroupPolicyAccountPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy account policy.
public class GroupPolicyAccountPolicy : GlobalSerializableClassicBase, IComparable<GroupPolicyAccountPolicy>
- Inheritance
-
GroupPolicyAccountPolicy
- Implements
Constructors
GroupPolicyAccountPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyAccountPolicy class.
public GroupPolicyAccountPolicy()
Properties
DisplayName
Gets or sets the display name of the account policy.
public string DisplayName { get; set; }
Property Value
PolicyName
Gets or sets the name of the account policy.
public string PolicyName { get; set; }
Property Value
PolicyType
Gets or sets the policy type.
public GroupPolicyAccountPolicyType PolicyType { get; set; }
Property Value
Value
Gets or sets the configured value.
public object Value { get; set; }
Property Value
ValueString
Gets the configured value as a human readable string.
public string ValueString { get; set; }
Property Value
Methods
CompareTo(GroupPolicyAccountPolicy)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyAccountPolicy objects to allow sorting alphabetically by display name.
public int CompareTo(GroupPolicyAccountPolicy other)
Parameters
other
GroupPolicyAccountPolicyThe CENTREL.XIA.Configuration.Types.GroupPolicyAccountPolicy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyAccountPolicy objects.
ToString()
Returns the display name of the policy.
public override string ToString()
Returns
- string
The display name of the policy.