.

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

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