GroupInfo Class
Represents a set of information about a group account.
Assembly: UserObjectModel (in UserObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | GroupInfo() | Creates and initializes an instance of the GroupInfo class. |
![]() | GroupInfo(GroupInfo^) | Creates and initializes an instance of the GroupInfo class by copying information from an existing GroupInfo object. |
| Name | Description | |
|---|---|---|
![]() | DetailInfo | Gets or sets GroupDetailInfo object of the group. |
![]() | DistinguishedName | Gets the distinguished name (DN) of the group. A DN is a sequence of relative distinguished names (RDN) that are connected by commas. |
![]() | GroupName | Gets the name of the group. |
![]() | Guid | The Guid that identifies the group. |
![]() | Warning | Gets the GroupErrorCode for a warning message. |
![]() | WindowsAccount | Gets the Windows account name of the group. |
![]() | WindowsSid | Gets the Windows Security Identifier (SID) of the group. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Verifies whether the current GroupInfo object is equal to another GroupInfo object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves a hash code for the GroupInfo object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Creates and retrieves a string representation of the GroupInfo object.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


