Returns the specified global Plumtree setting as an Object. If the setting is not recognized, will throw PT_RESULTCODES.PT_E_INVALIDARG. NOTE: Generally, clients should call the "type safe" GetSetting calls (GetSettingAsInt, GetSettingAsString, GetSettingAsXPDateTime, GetSettingAsDouble.) The type safe calls assure that the caller gets the correct type of return value.
The value of the setting, as Object
IPTServerConfigSettings Interface | com.plumtree.server Namespace