Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Public Properties

  Name Description
AllowEdit Gets a value indicating whether it is possible to update PIM items in the collection.
AllowNew Gets a value indicating whether it is possible to use AddNew to add PIM items to the collection.
AllowRemove Gets a value indicating whether it is possible to use either Remove or RemoveAt to remove PIM items from the collection.
Count Gets the number of PIM Items in the collection.
IsFixedSize Gets a value indicating whether the collection has a fixed size.
IsReadOnly Gets a value indicating whether the collection is read-only.
IsSorted Gets a value indicating whether the items in the collection are sorted.
IsSynchronized Gets a value indicating whether access to the ICollection is thread-safe.
Item Gets a PIM item at the specified index in the collection.
SortDirection Gets the direction of the sort.
SortProperty Gets the sorting property descriptor.
SupportsChangeNotification Gets a value indicating whether a ListChanged event is raised when either the list changes, or a PIM item in the list changes.
SupportsSearching Gets a value indicating whether the collection supports searching using the Find method.
SupportsSorting Gets a value indicating whether the collection supports sorting (that is, whether it is possible to use the Sort and ApplySort methods).
SyncRoot Gets an object that can be used to synchronize access to the ICollection.

Explicit Interface Implementations

See Also