ProjectDataSet.DependencyRow.LINK_LAG_FMT Property
Represents the display format for the dependency lag duration.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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