String getGlobalVariableAsString (String propertyKey, String defaultValue)
String getGlobalVariableAsString (String propertyKey, String defaultValue)
Name | Type | Description |
---|---|---|
propertyKey | String | The property key to get the value for. |
defaultValue | String | The value to return if the requested value is not present. |
Type | Description |
---|---|
String | The requested global variable's value as a String. |