getValue method (LotusScript® Language)

This method returns the JavaProperty value.

Defined in

JavaProperty

Syntax

Set Variant = javaProperty .getValue( [JavaObject] )

Parameter

JavaObject

JavaObject. The instance of an object from which you want a property value, if the property is not static. Optional if the property is static.

Return value

Variant

Value of the JavaProperty.

Usage

This method is used to get the value of either a public static property or a public object property. The object is necessary if the property is not static, and disregarded if the property is static.

Example