RepositoryObjectVersion CheckedOutToWorkspace Property

See Also

The CheckedOutToWorkspace property is the workspace to which this Repository object version is currently checked out. This is a read-only property.

Syntax

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.