ProjectDataSet.TaskRow.TASK_ACWP Property
Actual cost of work performed is the sum of costs that are incurred for work done on a task, up to the project status date or today's date.
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_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.