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:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcStatusing namespace