Returns a boolean that represents if this character run was added while revision tracking was turned on.

public boolean New{ get; }
Public ReadOnly Property New() As Boolean
 
          bool newRun = oCharacterRun.New;
        
          Dim newRun As Boolean = oCharacterRun.New