ProjectDataSet.DependencyRow.LINK_LAG_FMT Property
Represents the display format for the dependency lag duration.
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_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