SetGroup

Description

Sets the group. An error results if the group is not defined.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permission.SetGroup group_name 

Perl

$permission->SetGroup(group_name); 
Identificateur
Description
permission
A Permission object obtained from the current session.
group_name
A String containing a group name.
Return value
Aucune.

Commentaires en retour