Share via


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
System_CAPS_pubmethod GroupInfo()

Creates and initializes an instance of the GroupInfo class.

System_CAPS_pubmethod GroupInfo(GroupInfo)

Creates and initializes an instance of the GroupInfo class by copying information from an existing GroupInfo object.

Properties

Name Description
System_CAPS_pubproperty DetailInfo

Gets or sets GroupDetailInfo object of the group.

System_CAPS_pubproperty DistinguishedName

Gets the distinguished name (DN) of the group. A DN is a sequence of relative distinguished names (RDN) that are connected by commas.

System_CAPS_pubproperty GroupName

Gets the name of the group.

System_CAPS_pubproperty Guid

The Guid that identifies the group.

System_CAPS_pubproperty Warning

Gets the GroupErrorCode for a warning message.

System_CAPS_pubproperty WindowsAccount

Gets the Windows account name of the group.

System_CAPS_pubproperty WindowsSid

Gets the Windows Security Identifier (SID) of the group.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Verifies whether the current GroupInfo object is equal to another GroupInfo object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Retrieves a hash code for the GroupInfo object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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