LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether document locking is enabled for a database.
Note This property is new with Release 6.
Defined in
NotesDatabase
Data type
Boolean
Syntax
To get: flag = notesDatabase.IsDocumentLockingEnabled
To set: notesDatabase.IsDocumentLockingEnabled = flag
Legal values
The database must be open to use this property.
Language cross-reference
IsDocumentLockingEnabled property in Java Database class
Example See Also