The ResponseCollectiontype exposes the following members.

Properties

  Name Description
Public property Count Number of elements contained in the collection.
Public property IsFixedSize Indicates whether the list has a fixed size.
Public property IsReadOnly Indicates whether the list is read-only.
Public property IsSynchronized Indicates whether access to the collection is synchronized.
Public property Item Retrieves a reference to the element at the specified index.
Public property SyncRoot Object that can be used to synchronize access to the collection.
Top

See also