Use this property to retrieve a particular instance of a RepositoryObject. This property is read-only.
Set variable = object.Object(objectId)
The Object property syntax has the following parts.
| Part | Description |
|---|---|
| variable | Declared as a RepositoryObject. It receives the repository object. |
| object | The object that represents the open repository instance through which application code or a tool interacts with a repository. |
| objectId | The object identifier for the repository object to be retrieved. |
The repository returns the latest version of a repository object. For more information about how the repository engine selects a specific version, see Resolution Strategy for Objects and Object Versions.