VerCtrlStatus Property
Supported in versions 2022 and later.
Description
The application area status for the version controlled application area.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property VerCtrlStatus As String |
Return Type
- CheckedIn: The open application area is currently checked in to the ALM version control database. The application area is open in read-only mode.
- CheckedOut: The open application area is currently checked out of the version control database (by you), or it is not stored in an ALM project with version control support. The application area is open in read-write mode.
- Locked: The open application area is currently checked out by another user. The application area is open in read-only mode and you cannot check it out.
Tip: If you are not sure whether the open application area is stored in an ALM project with version control support, use the AppArea.Location property to confirm that the application area is stored in an ALM path, and then use the TDConnection.SupportVersionControl property to check whether the ALM project supports version control.
See Also