System.getGlobalVariableAsLong()

Signature

long getGlobalVariableAsLong (String propertyKey, long defaultValue)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the requested global variable's value as a long.

Parameters

NameTypeDescription
propertyKeyStringThe property key to get the value for.
defaultValuelongThe value to return if the requested value is not present.

Returns

TypeDescription
longThe requested global variable's value as a long.

Cautions

none