次の方法で共有


SwitchCondition.Default プロパティ

定義

既定のケースを取得または設定します。

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)

プロパティ値

既定のケース。

適用対象