IsConfigurationDirectory (NotesDatabase - LotusScript®)
Read-only. Indicates whether a database is a Configuration Directory database.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesDatabase .IsConfigurationDirectory
Legal values
- True indicates that the database is a Configuration Directory.
- False indicates that the database is not a Configuration Directory.
Usage
This property is available for NotesDatabase objects retrieved from the AddressBooks property in NotesSession. For other NotesDatabase objects, this property has no value, and therefore evaluates to False when used in conditional statements.
The database must be open to use this property.