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

public System.String BulletText{ get; }
Public ReadOnly Property BulletText() As String
 
          string bulletText = entry.BulletText;
        
          Dim bulletText As String = entry.BulletText