Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ContactStorage Class / Contacts Property

In This Topic
    Contacts Property
    In This Topic
    Gets the ContactCollection object that contains contact related information.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Storage.Contacts", "The collection of contacts.")>
    Public ReadOnly Property Contacts As ContactCollection
    [C1Description("Storage.Contacts", "The collection of contacts.")]
    public ContactCollection Contacts {get;}
    See Also