ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfBookmark Class / Name Property

In This Topic
    Name Property (RtfBookmark)
    In This Topic
    Gets name of the Word/RTF bookmark.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    The text name of the bookmark.
    See Also