Skip to main content

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:

Example

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

SELECT RulesEngine.GetProperty( 'Application' )

 

Be the first to reply!

Reply