.

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


UseContextServer property
Example

Read-write. Indicates if the server of the context database will be used.

Note This property is new with Release 8

Defined in

NotesDirectory

Data type

Boolean

Syntax

To get: flag = notesDirectory.UseContextServer

To set: notesDirectory.UseContextServer = flag

Legal values


Usage

If true, this property will override the server specified in a lookup method with the server of the context database.

Example