ComponentOne Scheduler for WinForms
OwnerStorage Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > C1ScheduleStorage Class : OwnerStorage Property
Gets the ContactStorage object used to keep contacts which might be used as appointment owners.
Syntax
'Declaration
 
Public ReadOnly Property OwnerStorage As ContactStorage
public ContactStorage OwnerStorage {get;}
Remarks
Appointment.Owner property only accepts Contact objects which are present in this storage.
See Also

Reference

C1ScheduleStorage Class
C1ScheduleStorage Members