Aliases (Form - Java)

Read-only. The aliases of a form.

Defined in

Form

Data type

Vector; elements are String

Syntax

public java.util.Vector getAliases()
    throws NotesException

Usage

This property returns all but the first in the list of all the form's names. The Name property returns the first name in the list.

Example