Gets or sets a value of type Condition.LogicalConnectives that describes how the condition is related to the previous condition inside the corresponding ConditionalInstruction.Conditions array. If the condition is the first element of that array, the value of that property is ignored. The default value is LogicalConnectives.And.

Syntax

public Condition.LogicalConnectives LogicalConnective { get; set;}
Public Property LogicalConjunction() As Condition.LogicalConnectives