ProjectDataSet.TaskRow.TASK_BCWS property
Budgeted cost for work scheduled is the cumulative timephased baseline costs up to the status date or today's date.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_BCWS As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_BCWS
instance.TASK_BCWS = value
public double TASK_BCWS { get; set; }
Property value
Type: System.Double
Remarks
Read-only.