Share via


PlannerSolutionDataSet.SolutionResHiredDataTable.FindByRES_HIRE_UID method

Retrieves a SolutionResHiredRow object by using the specified resource hire GUID.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function FindByRES_HIRE_UID ( _
    RES_HIRE_UID As Guid _
) As PlannerSolutionDataSet.SolutionResHiredRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim RES_HIRE_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionResHiredRow

returnValue = instance.FindByRES_HIRE_UID(RES_HIRE_UID)
public PlannerSolutionDataSet.SolutionResHiredRow FindByRES_HIRE_UID(
    Guid RES_HIRE_UID
)

Parameters

  • RES_HIRE_UID
    Type: System.Guid

    Contains the GUID of the hired resource.

Return value

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRow

See also

Reference

PlannerSolutionDataSet.SolutionResHiredDataTable class

PlannerSolutionDataSet.SolutionResHiredDataTable members

WebSvcPortfolioAnalyses namespace