CommentAuthor class

CommentAuthor class

Represents an author of comments.

The CommentAuthor type exposes the following members:

Properties

PropertyDescription
nameReturns or sets the author’s name.
Read/write str.
initialsReturns or sets the authors initials.
Read/write str.
commentsReturns the collection of comments made by this author.
Read-only ICommentCollection.

Methods

MethodDescription
removeRemoves the author from the parent collection.

See Also