![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Gets or sets a value that is the identifier for a PromptBuilder instance.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Id As String Get Set |
Visual Basic (Usage) |
---|
Dim instance As PromptBuilder Dim value As String value = instance.Id instance.Id = value |
C# |
---|
public string Id { get; set; } |