ProjectDataSet.TaskRow.TB_COST property
The baseline cost is the total planned cost for the task as of a status date.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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.