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





Gets references to all resources associated with this item.

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

 Syntax

C#  Copy Code

public abstract ResourceCollection<Resource> Resources { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property Resources As ResourceCollection(Of Resource)

 Property Value

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

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace