setPropertyValue (NotesPropertyBroker - JavaScript)

Returns a NotesProperty with the value of a specified property.

Defined in

NotesPropertyBroker

Syntax

setPropertyValue(propertyname:string, propertyvalue:string) : lotus.domino.Property

Return Value

Parameter Description
propertyname String. The name of the property whose value will be set.
propertyvalue String. The new value of the property.

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