Gets or sets the collection object that holds the allocations, associated with the resource instance.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable<IResourceAllocationViewModel> Allocations { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Allocations As IEnumerable(Of IResourceAllocationViewModel) |
An enumeration of all allocations of the associated resource.
See Also