LOTUSSCRIPT LANGUAGE


ClassName property
Example

This property is the name of the JavaClass object. The property is read only.

Defined in

JavaClass

Data type

String

Syntax

To get: string = javaclass.ClassName

Usage

This property is useful for retrieving a class name. For example, if the class has been passed to a function, this property allows you to find out the name of that class.

Example
See Also