Gets or sets a value indicating whether this TaskItem represents a milestone.
A milestone task has its Effort value set to zero.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public bool IsMilestone { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property IsMilestone As Boolean |