DialogContext.DialogManager Property

Definition

Caution

The DialogManager property serves no function.

Gets the current DialogManager for this dialogContext. This property is obsolete.

[System.Obsolete("The DialogManager property serves no function.")]
public Microsoft.Bot.Builder.Dialogs.DialogManager DialogManager { get; }
[<System.Obsolete("The DialogManager property serves no function.")>]
member this.DialogManager : Microsoft.Bot.Builder.Dialogs.DialogManager
Public ReadOnly Property DialogManager As DialogManager

Property Value

The root dialogManager that was used to create this dialog context chain.

Attributes

Applies to