.

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


AltOrgUnit property
Example

Read-write. Alternate names for the organizational unit to use when creating ID files.

Note This property is new with Release 5.0.2.

Defined in

NotesRegistration

Data type

String array

Syntax

To get: stringArray = notesRegistration.AltOrgUnit

To set: notesRegistration.AltOrgUnit = stringArray

Usage

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

Language cross-reference

AltOrgUnit property in Java Registration class

Example