Gets or sets the completed effort units value of the Allocation.

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

Syntax

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

See Also