Values (NotesProperty - Java™)
Read-write. Returns vector of NotesProperty values.
Defined in
Data type
Vector
Syntax
java.util.Vector getValues()
throws NotesException
setValues(java.util.Vector v)
throws NotesException
Parameters
v
Vector. The values of the property which will be set.
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.