IsEmpty Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets whether the PromptBuilder is empty.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsEmpty As Boolean
	Get
Visual Basic (Usage)
Dim instance As PromptBuilder
Dim value As Boolean

value = instance.IsEmpty
C#
public bool IsEmpty { get; }

Property Value

Type: System..::..Boolean

See Also