ThreadedCommentAuthorCollection.Item

ThreadedCommentAuthorCollection indexer (1 of 2)

Gets the person who create threaded comments.

public ThreadedCommentAuthor this[int index] { get; }
ParameterDescription
indexThe index

See Also


ThreadedCommentAuthorCollection indexer (2 of 2)

Gets the person who create threaded comments.

public ThreadedCommentAuthor this[string name] { get; }
ParameterDescription
nameThe name of the author.

See Also