ProjectDataSet.ProjectResourceRow.RES_BCWS Property
Specifies the resource's budgeted cost of work scheduled (BCWS).
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 RES_BCWS As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_BCWS
instance.RES_BCWS = value
public double RES_BCWS { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. RES_BCWS is the cumulative baseline of work by this resource for this project up to the status date or today's date.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class