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 completed task has its completed effort value equal to effort. This is a dependency property.

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

Syntax

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

See Also