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:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcStatusing Namespace