System.getSystemPropertyAsLong()

Signature

long getSystemPropertyAsLong (String propertyKey, long defaultValue)

Domain

ACTION, CONDITION, BUI

Description

Returns the requested System property value as a long.

Parameters

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

Returns

TypeDescription
longThe requested System property value as a long.

Cautions

none