ProjectDataSet.ProjectResourceRow.RES_BCWS Property
Specifies the resource's budgeted cost of work scheduled (BCWS).
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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