PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable.FindByREQUIREMENT_UID method
Retrieves a SolutionProjectRequirementsByRoleRow object by using the specified requirement GUID.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidContains the requirement GUID.
Return value
Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
See also
Reference
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable class
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable members