Search
ActivityPresenter.ResourceAllocations Property
See Also
 





Gets or sets the resource allocation associated with the bound activity. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public IEnumerable ResourceAllocations { get; set; }

Visual Basic  Copy Code

Public Property ResourceAllocations As IEnumerable

 Property Value

An .NET IEnumerable with the resource allocations related to the underlying activity.

 See Also