System properties are global variables.
System properties are available on the Settings tab
().
System properties are referenced like the following example:
${p:system/propertyName}
If you create system variable
SUCCESS, for example,
you would reference it like the following example:
echo ${p:system/SUCESS}
Output in this case:
SUCESS