ProjectDataSet.TaskRow.TASK_ACWP Property
Actual cost of work performed is the costs incurred for work already done on a task, up to the project status date or today's date.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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.