SetGroup
Description
Sets the group. An error results if the group is not defined.
Note: This
method became available in version 7.1.0.
Syntax
VBScript
permission.SetGroup group_name
Perl
$permission->SetGroup(group_name);
- Identifier
- Description
- permission
- A Permission object obtained from the current session.
- group_name
- A String containing a group name.
- Return value
- None.