Share via


PlannerSolutionDataSet.SolutionProjectsRow.SolutionsRow Property

Gets the planner solutions information.

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 SolutionsRow As PlannerSolutionDataSet.SolutionsRow
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As PlannerSolutionDataSet.SolutionsRow

value = instance.SolutionsRow

instance.SolutionsRow = value
public PlannerSolutionDataSet.SolutionsRow SolutionsRow { get; set; }

Property Value

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

See Also

Reference

PlannerSolutionDataSet.SolutionProjectsRow Class

PlannerSolutionDataSet.SolutionProjectsRow Members

PortfolioAnalyses Web Service