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

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

Syntax

C#
public List<Resource> Resources { get; }
Visual Basic
Public ReadOnly Property Resources As List(Of Resource)
	Get

See Also