DialogContext.Parent Property

Definition

Gets or sets the parent DialogContext, if any. Used when searching for the ID of a dialog to start.

public Microsoft.Bot.Builder.Dialogs.DialogContext Parent { get; set; }
member this.Parent : Microsoft.Bot.Builder.Dialogs.DialogContext with get, set
Public Property Parent As DialogContext

Property Value

The parent DialogContext, if any. Used when searching for the ID of a dialog to start.

Applies to