Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the amount of time to wait between the tasks in this dependency.
Namespace: WebSvcProject
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