Description
Removes
a Permission object from the collection.
Remarque : This method became available
in version 7.1.0.
Syntaxe
VBScript
permissions.Remove permission
Perl
$permissions->Remove(permission);
- Identificateur
- Description
- droits
- A Permissions collection object, representing the set of
Permission objects available for fetching as a collection.
- permission
- A Permission object to be removed from the collection.
- Return value
- Aucune.