Class ThreadedComment

ThreadedComment class

Represents the threaded comment.

public class ThreadedComment

Properties

NameDescription
Author { get; set; }Gets the author of the comment.
Column { get; }Gets the column index of the comment.
CreatedTime { get; set; }Gets and sets the created time of this threaded comment.
Notes { get; set; }Gets and sets the text of the comment.
Row { get; }Gets the row index of the comment.

See Also