Share via


AdaptiveDialog.DefaultResultProperty Property

Definition

Gets or sets the property to return as the result when the dialog ends when there are no more Actions and AutoEndDialog = true.

public string DefaultResultProperty { get; set; }
member this.DefaultResultProperty : string with get, set
Public Property DefaultResultProperty As String

Property Value

The property to return as the result when the dialog ends when there are no more Actions and AutoEndDialog = true.

Applies to