ProjectDataSet.DependencyRow.LINK_LAG_FMT property
Represents the display format for the dependency lag duration.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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