Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / ContactList Class / Owner Property

In This Topic
    Owner Property (ContactList)
    In This Topic
    Gets the reference to the owning ContactCollection object.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As ContactCollection
    public new ContactCollection Owner {get;}
    See Also