Gets or sets the path to a DependencyType value on the source predecessor item to serve as the predecessor dependency type, or null to indicate that the lag is not provided by the source predecessor item. Predecessor dependency type indicates how the current task depends on the predecessor task. This is a dependency property.

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

Syntax

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

See Also