PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable.FindByREQUIREMENT_UID Method
Retrieves a SolutionProjectRequirementsByRoleRow object by using the specified requirement 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 FindByREQUIREMENT_UID ( _
REQUIREMENT_UID As Guid _
) As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable
Dim REQUIREMENT_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
returnValue = instance.FindByREQUIREMENT_UID(REQUIREMENT_UID)
public PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow FindByREQUIREMENT_UID(
Guid REQUIREMENT_UID
)
Parameters
- REQUIREMENT_UID
Type: System.Guid
Contains the requirement GUID.
Return Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
See Also
Reference
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable Class
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable Members