ProjectDataSet.TaskRow.TB_DUR Property
Baseline duration is the original span of time planned to complete a task.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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.