GetProperty method (LotusScript® Language)

This method returns a property.

Defined in

JavaClass

Syntax

Set Javaproperty = javaclass .getProperty( PropertyName )

Parameter

Propertyname

String. Case sensitive. Name of the property you want a handle of.

Usage

This method returns the property matching Propertyname.

Error thrown

"LS2J: No such Field Invalid" if the property isn't static or does not exist.

Example