LOTUSSCRIPT LANGUAGE


setValue method
Example

This method sets the JavaProperty value.

Defined in

JavaProperty

Syntax

Call javaproperty.setValue(NewValue [, JavaObject])

Parameters

NewValue


JavaObject
Error thrown

IllegalAccessException. Thrown if the value is of the wrong type, or if the property is read only.

Example
See Also