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