This property indicates whether or not the object version is currently checked out to any workspace.
Set 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. |