ProjectDataSet.AssignmentRow.ASSN_BUDGET_COST property
Specifies the budgeted cost for this resource on this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_BUDGET_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_BUDGET_COST
instance.ASSN_BUDGET_COST = value
public double ASSN_BUDGET_COST { get; set; }
Property value
Type: System.Double
See also
Reference
ProjectDataSet.AssignmentRow class