PlannerSolutionDataSet.SolutionsRow.GetSolutionProjectRequirementsByRoleRows method
Gets the project role requirements information.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetSolutionProjectRequirementsByRoleRows As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow()
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim returnValue As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow()
returnValue = instance.GetSolutionProjectRequirementsByRoleRows()
public PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow[] GetSolutionProjectRequirementsByRoleRows()
Return value
Type: []
Returns PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class