PlannerSolutionDataSet.SolutionsDataTable.FindBySOLUTION_UID Method
Retrieves a SolutionEfficientFrontierRow object by using the specified solution GUID.
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 Function FindBySOLUTION_UID ( _
SOLUTION_UID As Guid _
) As PlannerSolutionDataSet.SolutionsRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim SOLUTION_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionsRow
returnValue = instance.FindBySOLUTION_UID(SOLUTION_UID)
public PlannerSolutionDataSet.SolutionsRow FindBySOLUTION_UID(
Guid SOLUTION_UID
)
Parameters
- SOLUTION_UID
Type: System.Guid
Contains the solution GUID.
Return Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
Returns PlannerSolutionDataSet.SolutionsRow.
See Also
Reference
PlannerSolutionDataSet.SolutionsDataTable Class