getPropertyValue (PropertyBroker - Java)

Returns the value of a specified property.

Defined in

PropertyBroker

Data type

Vector

Syntax

java.util.Vector getPropertyValue(String propertyname)
    throws NotesException

Parameters

propertyname

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.

Usage

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

The vector must be homogenious.

All PropertyBroker 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.