Share via


PlannerSolutionDataSet.SolutionResHiredRow.RESOURCE_COST Property

Gets the total cost of resources hired to allocate the project in this solution. Read-only.

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

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

PlannerSolutionDataSet.SolutionResHiredRow Members

PortfolioAnalyses Web Service