ProjectDataSet.TaskRow.TB_DUR Property
Task baseline duration is the original span of time planned to complete the task.
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 As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TB_DUR
instance.TB_DUR = value
public int TB_DUR { get; set; }
Property Value
Type: System.Int32
Remarks
Read-only.
Duration is recorded in tenths of a minute. For example, 100 indicates 10 minutes.