Share via


RepeatDialog.AllowLoop Property

Definition

Gets or sets an optional expression which if is true will allow loop of the repeated dialog.

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

Property Value

A boolean expression.

Examples

"user.age > 18".

Applies to