ProjectDataSet.DependencyRow.LINK_LAG Property
Specifies the amount of time to wait between the tasks in this dependency.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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