{description}
{excerpt}Returns a {{String}} that represents the name of the author who modified the properties of this character run.{excerpt}
{signature:C#}
 public System.String PropertiesChangedBy{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property PropertiesChangedBy() As String
{signature}
{example}{code:csharp|title=C#}

          string propChangedBy = oCharacterRun.PropertiesChangedBy;
        {code}
{code:vb.net|title=vb.net}

          Dim propChangedBy As String = oCharacterRun.PropertiesChangedBy
        {code}

{example}