PlannerSolutionDataSet.SolutionProjectsRow.RESOURCE_COST Property
Gets or sets the total cost of resources needed to allocate the current project in this solution.
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.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