LOTUSSCRIPT/COM/OLE CLASSES


AltOrgUnitLang property
Example

Read-write. Alternate name language 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.AltOrgUnitLang

To set: notesRegistration.AltOrgUnitLang = stringArray

Usage

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

Language cross-reference

AltOrgUnitLang property in Java Registration class

Example