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