{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.{excerpt}
{signature:C#}
 public System.String BulletText{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property BulletText() As String
{signature}
{example}{code:csharp|title=C#}

          string bulletText = entry.BulletText;
        {code}
{code:vb.net|title=vb.net}

          Dim bulletText As String = entry.BulletText
        {code}

{example}