Class GroupPolicyUserRightsAssignment
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy user rights assignment.
public class GroupPolicyUserRightsAssignment : GlobalSerializableClassicBase, IComparable<GroupPolicyUserRightsAssignment>
- Inheritance
-
GroupPolicyUserRightsAssignment
- Implements
Constructors
GroupPolicyUserRightsAssignment()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyUserRightsAssignment class.
public GroupPolicyUserRightsAssignment()
Properties
Accounts
Gets or sets the accounts that are assigned this right.
public SerializableAccountReferenceCollection Accounts { get; set; }
Property Value
- SerializableAccountReferenceCollection
DisplayName
Gets the display name of the user right.
public string DisplayName { get; set; }
Property Value
RightName
Gets or sets the name of the user right.
public string RightName { get; set; }
Property Value
Methods
CompareTo(GroupPolicyUserRightsAssignment)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyUserRightsAssignment objects to allow sorting alphabetically by display name.
public int CompareTo(GroupPolicyUserRightsAssignment other)
Parameters
other
GroupPolicyUserRightsAssignmentThe CENTREL.XIA.Configuration.Types.GroupPolicyUserRightsAssignment to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyUserRightsAssignment objects.
ToString()
Returns the display name of the user right.
public override string ToString()
Returns
- string
The display name of the user right.