Returns a String that represents the name of the author who deleted the text in this character run (if revision tracking was on when it was deleted -- Deleted returns true).

public System.String DeletedBy{ get; }
Public ReadOnly Property DeletedBy() As String
          string deletedBy = oCharacterRun.DeletedBy;
        
          Dim deletedBy As String = oCharacterRun.DeletedBy