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:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcProject namespace