Returns a String that represents the name of the author who inserted the text in this character run (if revision tracking was on when it was modified).

 public System.String ModifiedBy{ get; }
Public ReadOnly Property ModifiedBy() As String

          string modifiedBy = oCharacterRun.ModifiedBy;
        

          Dim modifiedBy As String = oCharacterRun.ModifiedBy