ProjectDataSet.TaskRow.TB_DUR property
Task baseline duration is the original span of time planned to complete the task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.