Share via


GroupManager.GetGroup Method (SecurityIdentifier)

 

Retrieves a Group object from the cache by SecurityIdentifier.

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

Syntax

public Group GetGroup(
    SecurityIdentifier sid
)
public:
Group^ GetGroup(
    SecurityIdentifier^ sid
)
Public Function GetGroup (
    sid As SecurityIdentifier
) As Group

Parameters

Return Value

Type: Microsoft.WindowsServerSolutions.Groups.Group

A Groupobject.

See Also

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

Return to top