IfCondition.ElseActions 属性

定义

获取或设置 false 范围的列表操作。

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

属性值

对话框 List<T> 操作的 。

适用于