IsCompleted Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets whether the Prompt has finished playing.

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

Syntax

Visual Basic (Declaration)
Public Property IsCompleted As Boolean
	Get
	Friend Set
Visual Basic (Usage)
Dim instance As Prompt
Dim value As Boolean

value = instance.IsCompleted
C#
public bool IsCompleted { get; internal set; }

Property Value

Type: System..::..Boolean

Returns false if the prompt has completed; otherwise true.

See Also