Syntax
string getstringsetting ( string variable_name)
Description
getstringsetting returns the value of a string setting in the pmpolicy server host settings file. If the named config is not present in the policy server host setting file, it returns an empty string.
Example
if (getstringsetting("eventLogQueue") == false ) { reject; }