ProjectDataSet.ProjectResourceRow.RES_BCWP property
Specifies the resource's budgeted cost of work performed (BCWP).
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_BCWP As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_BCWP
instance.RES_BCWP = value
public double RES_BCWP { get; set; }
Property value
Type: System.Double
Remarks
Read-only. RES_BCWP is the cumulative value of the resource's percentage of work complete multiplied by the timephased baseline costs. This information is also known as earned value.
When a resource begins reporting progress (as actual work, actual duration, or percentage of work complete) on assigned tasks and a baseline is saved, Project Server calculates the RES_BCWP for the resource. RES_BCWP is calculated as the sum of ASSN_BCWP for all the resource's assignments. RES_BCWP is calculated up to the status date or today's date.
See also
Reference
ProjectDataSet.ProjectResourceRow class