DialogTurnResult.ParentEnded 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 a value indicating whether a DialogCommand has ended its parent container and the parent should not perform any further processing.
public bool ParentEnded { get; set; }
member this.ParentEnded : bool with get, set
Public Property ParentEnded As Boolean
Property Value
Whether a DialogCommand has ended its parent container and the parent should not perform any further processing.