LOTUSSCRIPT/COM/OLE CLASSES
Returns the value of a specified property.
Defined in
NotesPropertyBroker
Syntax
Set array = notesPropertyBroker.GetPropertyValue( name)
Parameters
name
Note Since there can only be a single input property per action, the name passed in must match.
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.
Language cross-reference
getPropertyValue method in Java PropertyBroker class
Example See Also