JAVA/CORBA CLASSES


IsNorthAmerican property
Example

Read-Write. Indicates whether an ID file is North American.

Defined in

Registration

Data type

boolean

Syntax

public boolean isNorthAmerican()
   throws NotesException

public void setNorthAmerican(boolean flag)
   throws NotesException

Legal values


Usage

Set this property before calling registerNewCertifier, registerNewServer, or registerNewUser.

Language cross-reference

IsNorthAmerican property in LotusScript NotesRegistration class

Example