Skip to main content
Version: 11.0

RulesEngine.SetProperty

note

This article is about the SetProperty method of the RulesEngine internal component. See also Rules Engine properties.

RulesEngine.SetProperty

Sets or changes system information kept by the Rules Engine by (re)setting the value of a Rules Engine property. To retrieve the existing value of a property, use the GetPropertymethod.

warning

Do not confuse Rules Engine properties with:

Syntax 1

SELECT RulesEngine.SetProperty( *property, value* )

Syntax 2

INVOKE RulesEngine.SetProperty WITH
SELECT *property*
, *value*
FROM

The required and case-insensitive property must be a string that is the name of one of the Rules Engine properties.

Example

SELECT RulesEngine.SetProperty( 'MaxConstraintDepth', 75 )