







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..::..PromptThe Prompt object associated with the event.
