RulesEngine.GetProperty

Previous Next

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. For the difference, see the Rules Engine Guide.

Do not confuse Rules Engine properties with Deployment Configuration parameters set in USoft Authorizer and associated with an authorised user or usergroup. For more information, see the Authorizer Guide.

 

Example

This example returns the name of the application as known to the Rules Engine.

SELECT RulesEngine.GetProperty( 'Application' )

 

 

 

See also

Rules Engine properties

RulesEngine.SetProperty

RulesEngine internal component

Internal components