LOTUSSCRIPT LANGUAGE
This method returns the JavaProperty value.
Defined in
JavaProperty
Syntax
Set Variant = javaProperty.getValue([JavaObject])
Parameter
JavaObject
Variant
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 See Also