.

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


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