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