Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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