Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

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).

Signature
C#
C#

 public System.String ModifiedBy{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property ModifiedBy() As String
Example
Code Block
csharp
csharp
titleC#
            string modifiedBy = oCharacterRun.ModifiedBy;
        
Code Block
vb.net
vb.net
titlevb.net
            Dim modifiedBy As String = oCharacterRun.ModifiedBy