System.getSystemPropertyAsBoolean()

Signature

boolean getSystemPropertyAsBoolean (String propertyKey, boolean defaultValue)

Domain

ACTION, CONDITION, BUI

Description

Returns the requested System property value as a boolean.

Parameters

NameTypeDescription
propertyKeyStringThe System property to get the value for.
defaultValuebooleanThe value to return if the requested value is not present.

Returns

TypeDescription
booleanThe requested System property value as a boolean.

Cautions

none