Remove
Description
Removes a Permission object from the collection.
Note: This method became available
in version 7.1.0.
Syntax
VBScript
permissions.Remove
permission
Perl
$permissions->Remove
(permission);
- Identifier
- Description
- permissions
- 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
- None.