ProjectDataSet.TaskRow.TASK_ACT_COST Property
Task actual cost is the total current actual cost incurred for this task.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_ACT_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_ACT_COST
instance.TASK_ACT_COST = value
public double TASK_ACT_COST { get; set; }
Property Value
Type: System.Double
Remarks
This field may be entered or calculated.
The default value is calculated as:
ASK_ACT_COST = (Actual Work * Standard Rate) + (Actual Overtime Work * Overtime Rate) + Resource Per Use Costs + Task Fixed Cost