Description
Adds a permission
to the collection. If the Permission is not unique, the collection is not
changed, and no error results.
These methods add a new
Permission object to the end of the collection. You can retrieve items from
the collection using the Item method.
Remarque : This
method became available in version 7.1.0.
Syntaxe
VBScript
permissions.Add permission
Perl
$permissions->Add(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 add to this collection.
- Return value
- Aucune.