ProjectDataSet.ProjectResourceRow.RES_BCWP Property
Specifies the resource's budgeted cost of work performed (BCWP).
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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