ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_BCWP Property

Specifies the budgeted cost of work performed (BCWP) for this assignment.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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), Microsoft Office Project calculates ASSN_BCWP.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace