Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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).
C#
public System.String ModifiedBy{ get; }
vb.net
Public ReadOnly Property ModifiedBy() As String

Examples

C#
string modifiedBy = oCharacterRun.ModifiedBy;
vb.net
Dim modifiedBy As String = oCharacterRun.ModifiedBy
  • No labels