ComponentOne Scheduler for WinForms
Owner Property (Appointment)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : Owner Property
Gets or sets the Contact object which owns current Appointment object.
Syntax
'Declaration
 
Public Property Owner As Contact
public Contact Owner {get; set;}

Property Value

The default value is null.
Remarks
This property only accepts Contact objects which are present in the C1ScheduleStorage.OwnerStorage storage.
See Also

Reference

Appointment Class
Appointment Members