Gets or sets the path to a DependencyType value on a source task predecessor item to serve as the predecessor dependency type, or null to indicate that the dependency type is not provided by the source task 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 PredecessorDependencyTypeMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property PredecessorDependencyTypeMemberPath As String

See Also