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 Conditional
public bool IsElseInstructionEnabled { get; set; }
Public Property IsElseInstructionEnabled() As Boolean