Comment.Author Property
Returns or sets the author name for a comment.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Author As String
Get
Set
'Usage
Dim instance As Comment
Dim value As String
value = instance.Author
instance.Author = value
string Author { get; set; }
Property Value
Type: System.String