Repository Object Property

See Also

Use this property to retrieve a particular Repository object. This is a read-only property.

Syntax

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.

Remarks

The 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.