DialogContext.ActiveDialog Property

Definition

Gets the cached instance of the active dialog on the top of the stack or null if the stack is empty.

public Microsoft.Bot.Builder.Dialogs.DialogInstance ActiveDialog { get; }
member this.ActiveDialog : Microsoft.Bot.Builder.Dialogs.DialogInstance
Public ReadOnly Property ActiveDialog As DialogInstance

Property Value

The cached instance of the active dialog on the top of the stack or null if the stack is empty.

Applies to