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