LOTUSSCRIPT/COM/OLE CLASSES


RegistrationServer property
Example

Read-write. The server to use when creating IDs and performing other registration functions.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration.RegistrationServer

To set: notesRegistration.RegistrationServer = string$

Usage

Set this property before calling any method except SwitchToID method.

If you don't set this property, the local Domino or Notes directory is assumed.

This property is used to:


Language cross-reference

RegistrationServer property in Java Registration class

Example
See Also