Share via


AdaptiveDialog.AutoEndDialog Property

Definition

Gets or sets an expression indicating whether to end the dialog when there are no actions to execute.

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

Property Value

Whether to end the dialog when there are no actions to execute.

Remarks

If true, when there are no actions to execute, the current dialog will end If false, when there are no actions to execute, the current dialog will simply end the turn and still be active.

Applies to