Gets or sets the allocation units value of this SimpleAssignmentItem. 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.

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