ProjectDataSet.DependencyRow.LINK_LAG property

Specifies the amount of time to wait between the tasks in this dependency.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LINK_LAG As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.DependencyRow
Dim value As Integer

value = instance.LINK_LAG

instance.LINK_LAG = value
public int LINK_LAG { get; set; }

Property value

Type: System.Int32

Remarks

Duration is indicated in tenths of a minute. For example, a value of 100 indicates 10 minutes.

See also

Reference

ProjectDataSet.DependencyRow class

ProjectDataSet.DependencyRow members

WebSvcStatusing namespace