Gets or sets the completion rate of this TaskItem.
Task completion rate is computed automatically based on effort and completed effort.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public double Completion { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Completion As Double |