LockedBy Property
Description
The name of the locking user.
Property type
Read-only property
Syntax
Visual Basic
Public Property LockedBy As String
Return Type
If the test is checked out, returns the user name that performed the check out. If the test is not checked out, returns an empty string.
See Also