Type property (LotusScript® Language)

This is the LotusScript® data type of the JavaProperty. The property is read only.

Java

LotusScript®

LotusScript® data type

byte

Byte

17

short

Integer

2

int

Long

3

long

Double

5

float

Single

4

double

Double

5

boolean

Boolean

11

char

String

8

java.lang.String

String

8

other Objects

JavaObject

32

Defined in

JavaProperty

Data type

Long (no decimals)

Syntax

To get: Long = javaproperty .Type

Example