CommentAuthorCollection Properties

The CommentAuthorCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Gets the element at the specified index. Read-only ICommentAuthor.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
See Also