StatusingDataSet.TasksRow.TASK_COST Property
Indicates the budgeted cost of the task.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_COST As Decimal
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_COST
instance.TASK_COST = value
public decimal TASK_COST { get; set; }
Property Value
Type: System.Decimal
See Also
Reference
StatusingDataSet.TasksRow Class