DialogContext.Parent 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.
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.