JAVA/CORBA CLASSES
Read-only. Indicates whether a database is a Configuration Directory database.
Note This property is new with Release 6.5.
Defined in
Database
Data type
boolean
Syntax
public boolean isConfigurationDirectory() throws NotesException
Legal values
This property is available for Database objects retrieved from the AddressBooks property in Session. For other Database 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.
Language cross-reference
IsConfigurationDirectory property in LotusScript NotesDatabase class
Example See Also