ProjectDataSet.TaskRow.TASK_BCWS Property
Budgeted cost for work scheduled specifies the cumulative timephased baseline costs up to the status date or today's date.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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.