AutoUnlock Property
Description
Indicates whether to make the item changeable to other users automatically after a Refresh or Post.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoUnlock As Boolean
Remarks
Default value is True.
Example
Dim tdBug As IBaseField2
Set tdBug = BugF.Item(1)
    tdBug.AutoUnlock = False
    tdBug.Field("BG_DETECTED_BY") = "admin"
    tdBug.Post
See Also