Prompt Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the prompt associated with the event.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Prompt As Prompt
	Get
Visual Basic (Usage)
Dim instance As PromptEventArgs
Dim value As Prompt

value = instance.Prompt
C#
public Prompt Prompt { get; }

Property Value

Type: Microsoft.Speech.Synthesis..::..Prompt

The Prompt object associated with the event.

See Also