@script::getSystemProperty

Returns the system property specified by the passed parameter.

Syntax:

@script::getSystemProperty(string propertyName)

Parameters:

(string) propertyName: the name of the system property you want to return. Among the possible values are:

Returns:

(string) The value of the system property, or null if no matching property exists.

Example: