Поделиться через


ProjectDataSet.TaskRow.TASK_ACT_COST Property

Specifies the total current actual cost that is incurred for this task.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service