AdaptiveDialog.AutoEndDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.