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

See Also