Gets or sets a value indicating whether the task effort values are constrained so that task duration updates are interpreted as assignment allocation units updates when assignments are available. This is a dependency property.

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

Syntax

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

See Also