Gets or sets the path to a Double value on the source assignment item to serve as the assigned allocation units value, or null to indicate that the allocation units value is not provided by the source assignment item. The assigned allocation units value represents the percent of the resource availability to consider for the assignment, and it 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 AllocationUnitsMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AllocationUnitsMemberPath As String

See Also