.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


IsConfigurationDirectory property
Example

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

Note This property is new with Release 6.

Defined in

NotesDatabase

Data type

Boolean

Syntax

To get: flag = notesDatabase.IsConfigurationDirectory

Legal values


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.

Language cross-reference

IsConfigurationDirectory property in Java Database class

Example