GroupInfo Class

 

Represents a set of information about a group account.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Groups::GroupInfo

[DataContractAttribute]
public ref class GroupInfo 

NameDescription
System_CAPS_pubmethodGroupInfo()

Creates and initializes an instance of the GroupInfo class.

System_CAPS_pubmethodGroupInfo(GroupInfo^)

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

NameDescription
System_CAPS_pubpropertyDetailInfo

Gets or sets GroupDetailInfo object of the group.

System_CAPS_pubpropertyDistinguishedName

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_pubpropertyGroupName

Gets the name of the group.

System_CAPS_pubpropertyGuid

The Guid that identifies the group.

System_CAPS_pubpropertyWarning

Gets the GroupErrorCode for a warning message.

System_CAPS_pubpropertyWindowsAccount

Gets the Windows account name of the group.

System_CAPS_pubpropertyWindowsSid

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top

Community Additions

ADD
Show: