Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_BCWP Property

Gets or sets the budgeted cost of work performed (BCWP) for an assignment. Read-only.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_BCWP As Double
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double

value = instance.ASSN_BCWP

instance.ASSN_BCWP = value
public double ASSN_BCWP { get; set; }

Property Value

Type: System.Double

Remarks

ASSN_BCWP is the assignment's percentage of work complete multiplied by the baseline costs.

This information is also known as earned value. When an assignment is first made, the BCWP for the assignment is 0.00. As soon as a baseline is saved and progress is reported for the assignment (by actual work, actual duration, or percentage of work complete), Project calculates ASSN_BCWP.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service