Sets the completion rate of the specified task item (between 0 and 1). You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

C#
public void SetCompletion(
	TaskItem item,
	double value
)
Visual Basic (Declaration)
Public Sub SetCompletion ( _
	item As TaskItem, _
	value As Double _
)

See Also