Use this property to retrieve an object from the collection. This is a read-only property. There are two variations of this property.
Set variable = object.Item( index )
Set variable = object.Item( objId )
The Item property syntax has the following parts.
| Part | Description |
| variable | A variable declared as a RepositoryObject. Receives the specified Repository object. |
| object | The Object collection. |
| index | The index of the Repository object to be retrieved from the collection. |
| objId | The object identifier of the Repository object to be retrieved from the collection. |
This property yields a particular version of a Repository object. To choose which version, the Repository uses its Resolution Strategy.