MindFusion.Scheduling for Silverlight Programmer's Guide
ResourceState.Allocations Property
See Also
 





Gets or sets the collection object that holds the allocations, associated with the resource instance.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public IEnumerable<IResourceAllocationViewModel> Allocations { get; set; }

Visual Basic  Copy Code

Public Property Allocations As IEnumerable(Of IResourceAllocationViewModel)

 Property Value

An enumeration of all allocations of the associated resource.

 See Also

ResourceState Members
ResourceState Class
MindFusion.DataViews.Silverlight Namespace