LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The names of the holders of a lock.
Note This property is new with Release 6.
Defined in
NotesDocument
Data type
Array of type String
Syntax
To get: lockHolders = notesDocument.LockHolders
Usage
If the document is locked, the array contains the names of the lock holders. The document can be locked by one or more users or groups.
If the document is not locked, the array contains one element whose value is an empty string ("").
Language cross-reference
LockHolders property in Java Document class
@DocLock function in formula language
Example See Also