Język

IfCondition.ElseActions Właściwość

Definicja

Pobiera lub ustawia listę akcji dla fałszywego zakresu.

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)

Wartość właściwości

A List<T> z akcji.

Dotyczy