.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


getValue method
Example

This method returns the JavaProperty value.

Defined in

JavaProperty

Syntax

Set Variant = javaProperty.getValue([JavaObject])

Parameter

JavaObject


Return value

Variant


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
See Also