ProjectDataSet.ProjectResourceRow.RES_BCWP Property

Specifies the resource's budgeted cost of work performed (BCWP).

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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.

As soon as a resource begins reporting progress (as actual work, actual duration, or percentage of work complete) on assigned tasks and a baseline is saved, Microsoft Office 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

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace

ProjectDataSet.AssignmentRow