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: WebSvcProject
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.