Item
Description
Returns the specified item in the Permissions collection.
Note: This method became
available in version 7.1.0.
Syntax
VBScript
permissions.Item
item
Perl
$permissions->Item
(itemNum);
- Identifier
- Description
- permissions
- A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
- item
- (VB only) A Variant containing either an numeric index (item number) or a BSTR name (item name).
- itemNum
- (Perl only) A Long that serves as an index into the collection. This index is 0-based so the first item in the collection is numbered 0, not 1.
- Return value
- The Permission object at the specified location in the collection.