Share via


StatusingDataSet.AssignmentsRow.ASSN_BUDGET_COST property

Specifies the budgeted cost for a resource on a task.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_BUDGET_COST As Decimal
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Decimal

value = instance.ASSN_BUDGET_COST

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

Property value

Type: System.Decimal

See also

Reference

StatusingDataSet.AssignmentsRow class

StatusingDataSet.AssignmentsRow members

WebSvcStatusing namespace