Count
Description
Returns the number of items in the collection. This property is read-only.
Note: This
method became available in version 7.1.0.
Syntax
VBScript
permissions.Count
Perl
$permissions->Count
();
- Identifier
- Description
- permissions
- A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
- Return value
- A Long that specifies the number of items in the collection object. This method returns zero if the collection contains no items.