Gets or sets an array of conditions, that represent the requirements that has to be fulfilled to execute the specified instructions. Each element of that array is linked by a logical connective connector with its previous element. Based on these relationships, in which the individual conditions relate to each other, it is evaluated whether the requirements to execute the instructions has been fulfilled.

Syntax

public Condition[] Conditions { get; set; }
Public Property Conditions As Condition()

Remarks

A System.ArgumentException is thrown if the set value is null, an empty array of conditions or at least one of the array elements is null.