Gets or sets the completed effort of this SimpleTaskItem. The completed effort of a parent task will be based on the completed effort values of its children. 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 TimeSpan CompletedEffort { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property CompletedEffort As TimeSpan

Implements

ITaskItem..::.CompletedEffort

See Also