PortfolioAnalyses.ReadPlannerSolution Method
Reads the resource plan using the unique identifier for the solution.
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
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/ReadPlannerSolution", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPlannerSolution ( _
solutionUid As Guid _
) As PlannerSolutionDataSet
'Usage
Dim instance As PortfolioAnalyses
Dim solutionUid As Guid
Dim returnValue As PlannerSolutionDataSet
returnValue = instance.ReadPlannerSolution(solutionUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/ReadPlannerSolution", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public PlannerSolutionDataSet ReadPlannerSolution(
Guid solutionUid
)
Parameters
- solutionUid
Type: System.Guid
Return Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet
Returns PlannerSolutionDataSet.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to create portfolio analyses. New in Project Server 2010. Global permission. |