GroupManager.GetGroup Method (String)

 

Retrieves a Group object from the cache by group name.

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

Syntax

public Group GetGroup(
    string groupName
)
public:
Group^ GetGroup(
    String^ groupName
)
Public Function GetGroup (
    groupName As String
) As Group

Parameters

Return Value

Type: Microsoft.WindowsServerSolutions.Groups.Group

A Group object.

See Also

GetGroupā€‚Overload
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top