Scheduler for WinForms
ParentCollection プロパティ (Appointment)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : ParentCollection プロパティ
Gets or sets the reference to the parent AppointmentCollection object.
シンタックス
'宣言
 
Public Property ParentCollection As AppointmentCollection
public AppointmentCollection ParentCollection {get; set;}
解説
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.
参照

Appointment クラス
Appointment メンバ