Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the planner solution 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.SolutionEfficientFrontierRow
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.SolutionEfficientFrontierRow Class