Last updated 9 days ago
Social Media
Bug Tracking
Support
Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC
Retrieve a Java System property or environment value by name.
It looks at properties first then environment variables second.
You can also pass a default value to return if the property or environment variable is not found.
key
String
true
The name of the system property or environment variable to retrieve
defaultValue
false
The default value to return if the property or environment variable is not found
GetSystemSetting(key=[String], defaultValue=[String])