Gets or sets the dependency type of this SimplePredecessorItem. Predecessor dependency type indicates how the current task depends on the predecessor task.

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