ProjectDataSet.AssignmentRow.ASSN_BCWP Property

Specifies the assignment'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 ASSN_BCWP As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_BCWP

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

Property Value

Type: System.Double

Remarks

Read-only. BCWP is the 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. When 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

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Project Web Service