Gets or sets the dependency type of this PredecessorItem. 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 DependencyType DependencyType { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property DependencyType As DependencyType

Implements

IPredecessorItem..::.DependencyType

See Also