Comment.Author Property

Returns a string that represents the author of a specified Comment object. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Author As String
    Get
'Usage
Dim instance As Comment
Dim value As String

value = instance.Author
string Author { get; }

Property Value

Type: System.String

Remarks

This property returns only the author's name. To return the author's initials, use the AuthorInitials property. Specify the author of a comment when you add a new comment to the presentation.

See Also

Reference

Comment Interface

Comment Members

Microsoft.Office.Interop.PowerPoint Namespace