Revision.Author Property
Returns the name of the user who made the specified tracked change.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Author As String
Get
'Usage
Dim instance As Revision
Dim value As String
value = instance.Author
string Author { get; }
Property Value
Type: System.String