Gets the ResourceList object which holds the set of Resource objects for this appointment. An appointment may be associated with multiple resources.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public ResourceList Resources { get; internal set; }
Visual Basic
Public Property Resources As ResourceList
	Get
	Friend Set

Remarks

This property only accepts Resource objects which are present in the C1ScheduleStorage.ResourceStorage storage.

See Also