ProjectDataSet.TaskRow.TASK_LEVELING_DELAY_FMT Property
Task leveling delay format indicates the desired display format of the TASK_LEVELING_DELAY value, and whether the duration is considered only an estimate rather than a firm value.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_LEVELING_DELAY_FMT As Short
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Short
value = instance.TASK_LEVELING_DELAY_FMT
instance.TASK_LEVELING_DELAY_FMT = value
public short TASK_LEVELING_DELAY_FMT { get; set; }
Property Value
Type: System.Int16
Remarks
See TASK_DUR_FMT for more information.