Share via


PlannerSolutionDataSet.SolutionResHiredDataTable.FindByRES_HIRE_UID Method

Retrieves a SolutionResHiredRow object by using the specified resource hire 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 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: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionResHiredRow

See Also

Reference

PlannerSolutionDataSet.SolutionResHiredDataTable Class

PlannerSolutionDataSet.SolutionResHiredDataTable Members

PortfolioAnalyses Web Service