setValue method (LotusScript® Language)

This method sets the JavaProperty value.

Defined in

JavaProperty

Syntax

Call javaproperty .setValue( NewValue [, JavaObject] )

Parameters

NewValue

Variant. New Value for the JavaProperty.

JavaObject

JavaObject. Object to be set, if the property is not static. Optional if the property is static.

Error thrown

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

Example