LOTUSSCRIPT/COM/OLE CLASSES


Values property
Example

Read-write. Returns array of notesProperty values.

Defined in

NotesProperty

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

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.

Example
See Also