Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / ContactCollection Class
Members

In This Topic
    ContactCollection Class
    In This Topic
    The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
    Object Model
    ContactCollection Class
    Syntax
    'Declaration
     
    
    Public Class ContactCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Contact)
    public class ContactCollection : C1.C1Schedule.BaseCollection<Contact> 
    Inheritance Hierarchy
    See Also