MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule.Resources Property
See Also
 





Gets all resources defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public ResourceCollection<Resource> Resources { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resources As ResourceCollection(Of Resource)

 Property Value

An instance of the ResourceCollection(Resource) class containing all resources associated with this schedule.

 Remarks

Add resources to this collection before assigning them to schedule items.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
Resource Class