Share via


PlannerSolutionDataSet.SolutionProjectsRow.RESOURCE_COST property

Gets or sets the total cost of resources needed to allocate the current project in this solution.

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

Syntax

'Declaration
Public Property RESOURCE_COST As Decimal
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
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.SolutionProjectsRow class

PlannerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace