ProjectDataSet.TaskRow.TASK_LEVELING_DELAY_FMT property

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:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.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

For more information, see TASK_DUR_FMT.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace