JAVA/CORBA CLASSES


Values property
Read-write. Returns vector of NotesProperty values.

Defined in

NotesProperty

Data type

Vector

Syntax

java.util.Vector getValues()
    throws NotesException

setValues(java.util.Vector v)
    throws NotesException

Parameters

v


Usage

The vector must be homogenious. Input properties cannot be set. After setting this property, you must call publish for the changes to take effect. If you do not call publish, your changes are lost.

Language cross-reference

Values property in LotusScript NotesProperty class