ProjectDataSet.TaskRow.TASK_ACT_COST property

Specifies the total current actual cost incurred for the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace