GroupInfo Class
Represents a set of information about a group account.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Groups.GroupInfo
Syntax
[DataContractAttribute]
public class GroupInfo
[DataContractAttribute]
public ref class GroupInfo
<DataContractAttribute>
Public Class GroupInfo
Constructors
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. |
Properties
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. |
Methods
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().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top