MethodName property (LotusScript® Language)

This property contains the name of the method. This property is read only.

Defined in

JavaMethod

Data type

String

Syntax

To get: String = javamethod .MethodName

Usage

This is the name of the method in javamethod. A method name might not be unique, because each method name could have a different signature.

Example