Values (NotesProperty - LotusScript®)
Read-write. Returns array of notesProperty values.
Defined in
Data type
Variant array of type String, Integer, Real (Double), or NotesDateTime. Input accepts a variant or a homogenious array of type String, Integer, Real (Double) or NotesDateTime.
Syntax
To get: array = notesProperty .Values
To set: notesProperty.Values = variant
notesProperty. Values = array
Usage
The variant array 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.