LOTUSSCRIPT/COM/OLE CLASSES


GetPropertyValue method
Example

Returns the value of a specified property.

Defined in

NotesPropertyBroker

Syntax

Set array = notesPropertyBroker.GetPropertyValue( name)

Parameters

name


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
See Also