RemoveGroup

Description

Removes a subgroup from the current group.

Syntax

VBScript


group.RemoveGroup subGroup 

Perl


$group->RemoveGroup(subGroup); 
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
subGroup
The Group object corresponding to the subgroup to be removed.
Return value
None.