GroupManager.RemoveGroup Method (Guid)
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