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