CommentAuthor Class
Represents a single author with comments in the presentation.
- Inheritance:
- System.ObjectCommentAuthor
Properties
Initials
Gets a System.String that represents the initials of this particular author.
Property Value
- System.String
A System.String that represents the initials of this particular author.
Remarks
The value is not necessarily unique.It is intended for use by the application as an abbreviated version of the comment author's name.
Name
Gets the full name of this particular author.
Property Value
- System.String
The full name of this particular author.
Remarks
This value is not guaranteed to be unique across all document authors.
Methods
ToString()
Returns a System.String that represents this CommentAuthor instance.
Returns
- System.String
A System.String that represents this CommentAuthor instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).