[]
        
(Showing Draft Content)

C1.Schedule.Appointment.ParentCollection

ParentCollection Property

ParentCollection

Gets or sets the reference to the parent AppointmentCollection object.

Declaration
public AppointmentCollection ParentCollection { get; set; }
Public Property ParentCollection As AppointmentCollection
Remarks

This property is set automatically when appointment is added to the parent collection. You should manually set this property if you need to edit new appointment before adding it to collection. It will allow appointment to have references to Contacts, Resources, Categories, Labels and Statuses collections.