This article is about the GetProperty method of the RulesEngine internal component.
See also Rules Engine properties.
RulesEngine.GetProperty
Retrieves the current setting for a Rules Engine property by accessing the value of the specified property. To reset a Rules Engine property to a different value, use the SetProperty method.
Syntax
SELECT RulesEngine.GetProperty( property )
The required and case-insensitive property is a string that must be the name of one of the Rules Engine properties.
Do not confuse Rules Engine properties with:
- Rules Engine parameters set in USoft Definer.
- Deployment Configuration parameters set in USoft Authorizer.
Example
This example returns the name of the application as known to the Rules Engine.
SELECT RulesEngine.GetProperty( 'Application' )