.

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

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