Gets the ResourceList object which holds the set of
Resource objects for this appointment.
An appointment may be associated with multiple resources.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.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.