IsNorthAmerican (Registration - Java™)

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

  • true if the ID is North American
  • false if the ID is not North American

Usage

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

Language cross-reference

IsNorthAmerican property in LotusScript® NotesRegistration class