ProjectDataSet.TaskRow.TB_DUR_FMT Property

Task baseline duration format indicates the display format of the baseline duration value, and whether the baseline duration is considered only an estimate rather than a firm value.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property TB_DUR_FMT As Short
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Short

value = instance.TB_DUR_FMT

instance.TB_DUR_FMT = value
public short TB_DUR_FMT { get; set; }

Property Value

Type: System.Int16

Remarks

Read-only.

For more information on the values that can be contained in TB_DUR_FMT, see TASK_DUR_FMT.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service