ProjectDataSet.TaskRow.TASK_ACWP Property

Actual cost of work performed is the costs that is incurred for work done on the task, up to the project status date or today's date.

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_ACWP As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double

value = instance.TASK_ACWP

instance.TASK_ACWP = value
public double TASK_ACWP { get; set; }

Property Value

Type: System.Double

Remarks

Read-only.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service