PlannerSolutionDataSet.SolutionsDataTable.NewSolutionsRow Method

Creates a row object in the SolutionsDataTable.

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 Function NewSolutionsRow As PlannerSolutionDataSet.SolutionsRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim returnValue As PlannerSolutionDataSet.SolutionsRow

returnValue = instance.NewSolutionsRow()
public PlannerSolutionDataSet.SolutionsRow NewSolutionsRow()

Return Value

Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
Returns PlannerSolutionDataSet.SolutionsRow.

See Also

Reference

PlannerSolutionDataSet.SolutionsDataTable Class

PlannerSolutionDataSet.SolutionsDataTable Members

PortfolioAnalyses Web Service