FormUsers (Form - Java)

Read-Write. The contents of the $FormUsers field.

Defined in

Form

Data type

Vector; elements are String

Syntax

public java.util.Vector getFormUsers()
    throws NotesException
public void setFormUsers(java.util.Vector users)
    throws NotesException

Example