JAVA/CORBA CLASSES


AltOrgUnitLang 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

Registration

Data type

Vector; elements are String

Syntax

public java.util.Vector getAltOrgUnitLang()
   throws NotesException

public void setAltOrgUnitLang(java.util.Vector languages)
   throws NotesException

Usage

Optionally set this property before calling registerNewCertifier, registerNewServer, or registerNewUser.

Language cross-reference

AltOrgUnitLang property in LotusScript NotesRegistration class

Example