DialogContext.DialogManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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