CLASSI JAVA/CORBA


IsConfigurationDirectory property
Esempio

Read-only. Indicates whether a database is a Configuration Directory database.

Nota This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isConfigurationDirectory()
   throws NotesException

Legal values


Usage

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

Esempio
Vedere anche