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 open Repository instance through which this program is interacting with the Repository.
objectId The object identifier for the Repository object to be retrieved.

Remarks

The Repository returns a specific version of the Repository object to you. To choose a version, it uses its Resolution strategy.