Id Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

Property Value

Type: System..::..String

Returns the identifier for PromptBuilder instance.

See Also