Class GroupPolicyRestrictedGroup
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy restricted group.
public class GroupPolicyRestrictedGroup : GlobalSerializableClassicBase, IComparable<GroupPolicyRestrictedGroup>
- Inheritance
-
GroupPolicyRestrictedGroup
- Implements
Constructors
GroupPolicyRestrictedGroup()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyRestrictedGroup class.
public GroupPolicyRestrictedGroup()
Properties
CollectionIndex
Gets the collection index used by the data comparer.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Group
Gets or sets the group account.
public SerializableAccountReference Group { get; set; }
Property Value
- SerializableAccountReference
Members
Gets or sets the group members.
public SerializableAccountReferenceCollection Members { get; set; }
Property Value
- SerializableAccountReferenceCollection
Memberships
Gets or sets the groups to which the group is a member.
public SerializableAccountReferenceCollection Memberships { get; set; }
Property Value
- SerializableAccountReferenceCollection
Methods
CompareTo(GroupPolicyRestrictedGroup)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyRestrictedGroup objects to allow sorting alphabetically by group display name.
public int CompareTo(GroupPolicyRestrictedGroup other)
Parameters
other
GroupPolicyRestrictedGroupThe CENTREL.XIA.Configuration.Types.GroupPolicyRestrictedGroup to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyRestrictedGroup objects.
ToString()
Returns the display name of the restricted group.
public override string ToString()
Returns
- string
The display name of the restricted group.