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
vb.net
vb.net

Public ReadOnly Property BulletText() As String
Example
 
Code Block
csharp
csharp
titleC#
          
string bulletText = entry.BulletText;
        
Code Block
vb.net
vb.net
titlevb.net
          
Dim bulletText As String = entry.BulletText
        
Example