ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_BCWS Property
Specifies the budgeted cost of work scheduled (BCWS) for this assignment.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_BCWS As Double
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double
value = instance.ASSN_BCWS
instance.ASSN_BCWS = value
public double ASSN_BCWS { get; set; }
Property Value
Type: System.Double
Remarks
ASSN_BCWS is the cumulative baseline costs to date.
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class