Share via


DialogTurnResult.ParentEnded Property

Definition

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.

Applies to