SwitchCondition.Default Property

Definition

Gets or sets default case.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> Default { get; set; }
member this.Default : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> with get, set
Public Property Default As List(Of Dialog)

Property Value

Default case.

Applies to