Use this property to retrieve a particular Repository object version from the Repository. This is a read-only property.
Set variable = object.Version( versionId )
The Version property syntax has the following parts.
Part | Description |
variable | Declared as a RepositoryObjectVersion. Receives the Repository object version. |
object | The object that represents the open Repository instance through which this program is interacting with the Repository. |
versionId | The object-version identifier for the Repository object to be retrieved. |