LOTUSSCRIPT/COM/OLE CLASSES


SetPropertyValue method
Example

Returns a NotesProperty with the value of a specified property.

Note The property must be published after setting, or the new value will be lost.

Defined in

NotesPropertyBroker

Syntax

Call notesPropertyBroker.SetPropertyValue( name, value)

Parameters

name


value
Return Value

NotesProperty.

Usage

The property must be defined by WSDL. If it does not exist, it will be created. Otherwise, the existing value will be replaced. Input properties cannot be set.

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