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.
Represents the display format for the dependency lag duration.
Namespace: WebSvcProject
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