[]
The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
public class ContactCollection : BaseCollection<Contact>, IList<Contact>, ICollection<Contact>, IList, ICollection, IReadOnlyList<Contact>, IReadOnlyCollection<Contact>, IEnumerable<Contact>, IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| ContactCollection() | Initializes a new instance of the ContactCollection class. |