Compartir a través de


AnalysisDataSet.AnalysisPlannerSolutions Property

Gets the information about resource planner solutions for portfolio analyses.

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 AnalysisPlannerSolutions As AnalysisDataSet.AnalysisPlannerSolutionsDataTable
    Get
'Usage
Dim instance As AnalysisDataSet
Dim value As AnalysisDataSet.AnalysisPlannerSolutionsDataTable

value = instance.AnalysisPlannerSolutions
[BrowsableAttribute(false)]
public AnalysisDataSet.AnalysisPlannerSolutionsDataTable AnalysisPlannerSolutions { get; }

Property Value

Type: [PortfolioAnalyses Web service].AnalysisDataSet.AnalysisPlannerSolutionsDataTable

Remarks

Each row represents a single resource planner solution.

See Also

Reference

AnalysisDataSet Class

AnalysisDataSet Members

PortfolioAnalyses Web Service