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.
Removes the specified user group from the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void RemoveGroup(
Guid groupId
)
public:
void RemoveGroup(
Guid groupId
)
Public Sub RemoveGroup (
groupId As Guid
)
Parameters
groupId
Type: System.GuidThe GUID that identifies the group to remove.
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top