Gets a list with objects describing the resources allocated for this activity.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract IEnumerable<IResourceAllocationViewModel> ResourceAllocations { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property ResourceAllocations As IEnumerable(Of IResourceAllocationViewModel) |
An enumeration of IResourceAllocationViewModel objects.
See Also