Use this property to retrieve a particular Microsoft® Repository object. This is a read-only property.
Set variable = object.Object(objectId)
The Object property syntax has the following parts.
| Part | Description |
| Variable | Declared as a RepositoryObject. Receives the Repository object. |
| Object | The object that represents the open Repository instance through which this program is interacting with the repository. |
| ObjectId | The object identifier for the Repository object to be retrieved. |
The repository returns a specific version of the Repository object to you. To choose a version, it uses its Resolution strategy.