{description}
{excerpt}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\).{excerpt}
{signature:C#}
 public System.String DeletedBy{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property DeletedBy() As String
{signature}
{example}{code:csharp|title=C#}

          string deletedBy = oCharacterRun.DeletedBy;
        {code}
{code:vb.net|title=vb.net}

          Dim deletedBy As String = oCharacterRun.DeletedBy
        {code}

{example}