JAVA/CORBA CLASSES


RegistrationServer property
Example

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

Defined in

Registration

Data type

String

Syntax

public String getRegistrationServer()
   throws NotesException

public void setRegistrationServer(String server)
   throws NotesException

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 LotusScript NotesRegistration class

Example