ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_BCWS Property
Gets or sets the budgeted cost of work scheduled (BCWS) for this 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_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