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, Microsoft® Repository uses its Resolution Strategy.