GetPropertyValue (NotesPropertyBroker - LotusScript®)

Returns the value of a specified property.

Defined in

NotesPropertyBroker

Syntax

Set array = notesPropertyBroker .GetPropertyValue( name)

Parameters

name

String. The name of the property whose value will be returned.

Note: Since there can only be a single input property per action, the name passed in must match.

Return Value

Variant array of type String, Integer, Real (Double), or NotesDateTime.

Usage

This method is only valid for input properties. Therefore, this method is only of use within the context of an executing action.

The variant array must be homogenious. All NotesPropertyBroker methods are inactive when called by applications running on the Domino® server, or running on the Notes® 8 basic configuration without Notes® 8 standard configuration.

Example