Returns a boolean that represents if this character run was deleted with revision tracking on.

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