The CheckedOutToWorkspace property is the workspace to which this Repository object version is currently checked out. This is a read-only property.
Set variable = object.CheckedOutToWorkspace
The CheckedOutToWorkspace property syntax has the following parts.
| Part | Description |
| Variable | A variable declared as an instance of the Workspace class. Receives the object that represents the workspace to which the object version is checked out. |
| Object | An object expression that evaluates to a RepositoryObjectVersion object. |