Gets or sets the allocation units value of this AssignmentItem. The 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 double AllocationUnits { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AllocationUnits As Double

Implements

IAssignmentItem..::.AllocationUnits

See Also