BookmarkReachedEventArgs..::..Bookmark Property |
BookmarkReachedEventArgs Class See Also Send Feedback |
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; } |