Read-Write. The value of an item.
Defined in
Item
Data type
java.util.Vector. The data type of the value depends upon the type of the item.
public java.util.Vector getValues() throws NotesException
public void setValues(java.util.Vector values) throws NotesException
Usage
If the item has no value, this method returns null.
This property returns the same value(s) for an item as getItemValue in Document.
Language cross-reference
Values property in LotusScript NotesItem class
@AttachmentNames function in formula language
@Count function in formula language
Example See Also