Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Sets or returns a String representing the bullet text of this entry as it would show up if it was opened in Word.

Signature
C#
C#
public System.String BulletText{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property BulletText() As String
{signature}
{example}{code:csharp|title=C#}
Example
 
Code Block
csharp
csharp
titleC#
            string bulletText = entry.BulletText;
        {code}
{code:
|title=}
Code Block
vb.net
vb.net
titlevb.net
            Dim bulletText As String = entry.BulletText
        {code}

{example}
Example