RepositoryObjectVersion IsCheckedOut Property
From Meta Data Services Programming
Meta Data Services Programming
RepositoryObjectVersion IsCheckedOut Property
This property indicates whether the object version is currently checked out to any workspace. 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
variable = object.IsCheckedOut
The IsCheckedOut property syntax has the following parts.
| Part | Description |
|---|---|
| variable | A Boolean variable |
| object | An object expression that evaluates to a RepositoryObjectVersion object |