ProjectDataSet.TaskRow.TB_COST Property
Baseline cost is the total planned cost for a task as of a status date.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TB_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TB_COST
instance.TB_COST = value
public double TB_COST { get; set; }
Property Value
Type: System.Double
Remarks
Read-only.