LOTUSSCRIPT/COM/OLE CLASSES

CertifierName property
Read-write. The certifier ID when a Notes ID is not being created.

Note This property is new with Release 6.5.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration.CertifierName

To set: notesRegistration.CertifierName = string$

Usage

Optionally set this property before calling CrossCertify, Recertify, RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

If you are working in a hosted environment and registering a user to a hosted organization, use this property to specify a certifier created for the hosted organization.

Language cross-reference

CertifierName property in Java Registration class