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; } |