LOTUSSCRIPT/COM/OLE CLASSES
Read-only. Returns array of input NotesProperties.
Defined in
NotesPropertyBroker
Data type
Array of type NotesProperty.
Syntax
To get: array = notesPropertyBroker.InputPropertyContext
Usage
Since the current property broker only supports a single input property, only the first member of the array is populated. The type is declared as an array to allow for extensions to the property broker in the future.
Language cross-reference
InputPropertyContext property in Java PropertyBroker class
Example