ComponentOne Scheduler for WinForms
Resources Property (Appointment)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : Resources Property
Gets the ResourceList object which holds the set of Resource objects for this appointment. An appointment may be associated with multiple resources.
Syntax
'Declaration
 
Public ReadOnly Property Resources As ResourceList
public ResourceList Resources {get;}
Remarks
This property only accepts Resource objects which are present in the C1ScheduleStorage.ResourceStorage storage.
See Also

Reference

Appointment Class
Appointment Members