Gets or sets a value that indicates whether the current task item is to be displayed as a milestone (and triggering Finish property value to be equal to Start property value).

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

Syntax

C#
public bool IsMilestone { get; set; }
Visual Basic (Declaration)
Public Property IsMilestone As Boolean
	Get
	Set

See Also