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





Gets references to all resources associated with this item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public abstract ResourceCollection<Resource> Resources { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Resources As ResourceCollection(Of Resource)

 Property Value

An instance of the ResourceCollection class that contains Resource objects associated with this Item.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace