PlannerSolutionDataSet.Solutions 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
<BrowsableAttribute(False)> _
Public ReadOnly Property Solutions As PlannerSolutionDataSet.SolutionsDataTable
Get
'Usage
Dim instance As PlannerSolutionDataSet
Dim value As PlannerSolutionDataSet.SolutionsDataTable
value = instance.Solutions
[BrowsableAttribute(false)]
public PlannerSolutionDataSet.SolutionsDataTable Solutions { get; }
Property Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsDataTable