JAVA/CORBA 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

Registration

Data type

Vector; elements are String

Syntax

public java.util.Vector getAltOrgUnit()
   throws NotesException

public void setAltOrgUnit(java.util.Vector names)
   throws NotesException

Usage

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

Language cross-reference

AltOrgUnit property in LotusScript NotesRegistration class

Example