Share via


PlannerSolutionDataSet.SolutionProjectsDataTable.RESOURCE_COSTColumn Property

The column for the RESOURCE_COST field.

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 ReadOnly Property RESOURCE_COSTColumn As DataColumn
    Get
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsDataTable
Dim value As DataColumn

value = instance.RESOURCE_COSTColumn
public DataColumn RESOURCE_COSTColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

PlannerSolutionDataSet.SolutionProjectsDataTable Class

PlannerSolutionDataSet.SolutionProjectsDataTable Members

PortfolioAnalyses Web Service