JAVA/CORBA-KLASSEN


IsConfigurationDirectory property
Beispiel

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

Hinweis 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

Beispiel
Siehe auch