Bookmark Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the name of the bookmark that was reached.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Bookmark As String
	Get
Visual Basic (Usage)
Dim instance As BookmarkReachedEventArgs
Dim value As String

value = instance.Bookmark
C#
public string Bookmark { get; }

Property Value

Type: System..::..String

Returns a value for the name of the bookmark.

See Also