Dela via


IfCondition.ElseActions Egenskap

Definition

Hämtar eller anger en lista med åtgärder för falskt omfång.

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)

Egenskapsvärde

En List<T> av dialogåtgärder.

Gäller för