Share via


StatusingDataSet.TasksRow.TB_BASE_BUDGET_WORK Property

Gets the baseline value for TASK_BUDGET_WORK. Read-only.

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 TB_BASE_BUDGET_WORK As Decimal
    Get
    Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal

value = instance.TB_BASE_BUDGET_WORK

instance.TB_BASE_BUDGET_WORK = value
public decimal TB_BASE_BUDGET_WORK { get; set; }

Property Value

Type: System.Decimal

See Also

Reference

StatusingDataSet.TasksRow Class

StatusingDataSet.TasksRow Members

Statusing Web Service