​
​
​

Gets the value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are not fulfilled and the Instruction.IsElseInstructionEnabled property is set to true.

Syntax

​public object ElseInstructionValue { get; }
​Public ReadOnly Property ElseInstructionValue() As Object
​

Limitations

Read only.

​

Remarks

The value represents the elseInstructionValue parameter value of the constructor's second overload. If that overload was not used to specify an else instruction value, the property returns a default value that depends on the set Instruction.InstructionTypes property value, the related form field type and/or the Instruction.InstructionValue property:

​