PromptRenderedEventArgs.RenderedPrompt 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 rendered prompt.
public string RenderedPrompt { get; set; }
member this.RenderedPrompt : string with get, set
Public Property RenderedPrompt As String
Property Value
Remarks
An event handler may view the rendered prompt and change it, if desired. If there are multiple event handlers registered, subsequent handlers may overwrite a value set by a previous handler. The final result is what will be the prompt used by the system.