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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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 about the values that can be contained in TB_DUR_FMT, see TASK_DUR_FMT.