Share via


IDialogTasks.DialogTasks Property

Definition

The list of IDialogTask

public System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Dialogs.Internals.IDialogTask> DialogTasks { get; }
member this.DialogTasks : System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Dialogs.Internals.IDialogTask>
Public ReadOnly Property DialogTasks As IReadOnlyList(Of IDialogTask)

Property Value

Applies to