Gets or sets a value indicating whether this Instruction allows to execute else instructions. If this property is set to true, the else instruction value is applied by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are not fulfilled. The default value is false, if no else instruction value was set by the instruction constructor. Otherwise true.

Syntax

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