Gets or sets a value indicating whether this Instruction listens to value changes of the related conditions' form fields. If this property is set to false, the instruction ignores any form field change that would cause an action. Otherwise the corresponding actions are executed. The default value is true.

Syntax

public bool IsFormFieldChangeInstruction { get; set; }
Public Property IsFormFieldChangeInstruction() As Boolean