PlannerSolutionDataSet.SolutionsRow.GetSolutionResHiredRows Method
Gets the resources hired 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 Function GetSolutionResHiredRows As PlannerSolutionDataSet.SolutionResHiredRow()
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim returnValue As PlannerSolutionDataSet.SolutionResHiredRow()
returnValue = instance.GetSolutionResHiredRows()
public PlannerSolutionDataSet.SolutionResHiredRow[] GetSolutionResHiredRows()
Return Value
Type: []
Returns PlannerSolutionDataSet.SolutionResHiredRow.
See Also
Reference
PlannerSolutionDataSet.SolutionsRow Class