IsDocumentLockingEnabled (NotesDatabase - LotusScript®)
Read-write. Indicates whether document locking is enabled for a database.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesDatabase .IsDocumentLockingEnabled
To set: notesDatabase .IsDocumentLockingEnabled = flag
Legal values
- True indicates that document locking is enabled.
- False indicates that document locking is not enabled.
Usage
The database must be open to use this property.