Use this property to retrieve a particular 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 workspace through which this program is interacting with the repository. |
ObjectId | The object identifier for the repository object to be retrieved. |
Microsoft® Repository returns the specific version of the repository object that is present in the workspace. If no version of the object is present in the workspace, this property returns an error.