ProjectDataSet.TaskRow.TASK_ACT_COST Property
Specifies the total current actual cost incurred for the task.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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