Share via


OnCondition.Condition Property

Definition

Gets or sets the condition which needs to be met for the actions to be executed (OPTIONAL).

public AdaptiveExpressions.Properties.BoolExpression Condition { get; set; }
member this.Condition : AdaptiveExpressions.Properties.BoolExpression with get, set
Public Property Condition As BoolExpression

Property Value

The condition which needs to be met for the actions to be executed.

Applies to