Gets or sets the path to a Double value on a source task assignment item to serve as the task assigned allocation units value, or null to indicate that the allocation units value is not provided by the source task assignment item. The assigned allocation units value represents the percent of the resource availability to consider for the assignment, and is used when computing the task cost or can be used when determining the resource availability for a specific time interval. It is recommended to set this property. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public string AssignmentAllocationUnitsMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AssignmentAllocationUnitsMemberPath As String

See Also