PlannerSolutionDataSet.SolutionResHiredRow.RESOURCE_COST property
Gets the total cost of resources hired to allocate the project in this solution. Read-only.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RESOURCE_COST As Decimal
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredRow
Dim value As Decimal
value = instance.RESOURCE_COST
instance.RESOURCE_COST = value
public decimal RESOURCE_COST { get; set; }
Property value
Type: System.Decimal
Returns Decimal.
Remarks
This number should be related to RESOURCE_WORK by a factor of rate
See also
Reference
PlannerSolutionDataSet.SolutionResHiredRow class