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.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

See Also