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
groupName
Type: System.StringThe name that identifies the Group object.
Return Value
Type: Microsoft.WindowsServerSolutions.Groups.Group
A Group object.
See Also
GetGroup Overload
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top