JAVA/CORBA CLASSES


getPropertyValue method
Returns the value of a specified property.

Defined in

PropertyBroker

Data type

Vector

Syntax

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

Parameters

propertyname


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.

Language cross-reference

GetPropertyValue in LotusScript NotesPropertyBroker class