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