Click or drag to resize
MacroSettingsEvaluationTimeout Property
Expression evaluation timeout in milliseconds. If the evaluation time exceeds this time, evaluation will be aborted and the result will be null.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public int EvaluationTimeout { get; set; }

Property Value

Type: Int32
See Also