ProjectDataSet.TaskRow.TASK_ACT_COST Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the total current actual cost that is incurred for this task.
public:
property double TASK_ACT_COST { double get(); void set(double value); };
public double TASK_ACT_COST { get; set; }
member this.TASK_ACT_COST : double with get, set
Public Property TASK_ACT_COST As Double
Property Value
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