getSystemProperty()

public String getSystemProperty(String name)

This method accepts the Java System Property name and returns its value.

If a non-existing variable name is given, the method returns an empty string.

Figure 1. Examples for getSystemProperty()
$HMLSystemUtil.getSystemProperty('java.home')$