Share via


ProjectDataSet.DependencyRow.LINK_LAG_FMT Property

Represents the display format for the dependency lag duration.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

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

value = instance.LINK_LAG_FMT

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

Property Value

Type: System.Int32

Remarks

Cast the Task.DurationFormat type to an int for this value.

See Also

Reference

ProjectDataSet.DependencyRow Class

ProjectDataSet.DependencyRow Members

Statusing Web Service