ProjectDataSet.AssignmentRow.ASSN_BCWP Property

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

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

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. 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

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace