Gets or sets the lag of this PredecessorItem. Predecessor lag indicates when the current task depends on the predecessor task. If lag is zero the dependency is applied at the appropriate time. If lag is positive the dependency is applied so that there will be an exclusion interval between the tasks. If lag is negative the dependency is applied so that there will be an intersection interval between the tasks. This is a dependency property.

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

Syntax

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

Implements

IPredecessorItem..::.Lag

See Also