RepositoryObjectVersion CheckOutWorkspace Property
From Meta Data Services Programming
Meta Data Services Programming
RepositoryObjectVersion CheckOutWorkspace Property
This property identifies the workspace to which the repository object version is currently checked out. This property is read-only.
This property is not attached to the default interface for the repository Automation object; it is attached to the IWorkspaceItem interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Syntax
Set variable = object.CheckOutWorkspace
The CheckOutWorkspace property syntax has the following parts.
| Part | Description |
|---|---|
| variable | A variable declared as an instance of the Workspace class. It 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. |
Remarks
A workspace is a repository object. The CheckOutWorkspace property identifies the workspace object by object identifier or object name.