.

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


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