Gets or sets the path to a Boolean value on the source task item to serve as the task milestone indicator, or null to indicate that the milestone indicator is not provided by the source task item. A milestone task has its effort value set to zero. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public string IsMilestoneMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsMilestoneMemberPath As String

See Also