PromptOptions<TResult>.DismissedReturns 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 the result value that should be returned when the user dissmisses the prompt without a selection.
public TResult DismissedReturns { get; init; }
member this.DismissedReturns : 'Result with get, set
Public Property DismissedReturns As TResult
Property Value
TResult