IsMultiDbSearch (NotesDatabase - LotusScript®)
Read-only. Indicates whether a database is of type "Multi DB Search."
Defined in
Data type
Boolean
Syntax
To get: flag = notesDatabase .IsMultiDbSearch
Legal values
- True indicates that the database is of type "Multi DB Search".
- False indicates that the database is not of type "Multi DB Search".
Usage
The database must be open to use this property.