Share via


ResourcePlanDataSet.UtilizationDataTable.FindByPROJ_UID method

Gets the UtilizationRow object specified by the project.

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

Syntax

'Declaration
Public Function FindByPROJ_UID ( _
    PROJ_UID As Guid _
) As ResourcePlanDataSet.UtilizationRow
'Usage
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim PROJ_UID As Guid
Dim returnValue As ResourcePlanDataSet.UtilizationRow

returnValue = instance.FindByPROJ_UID(PROJ_UID)
public ResourcePlanDataSet.UtilizationRow FindByPROJ_UID(
    Guid PROJ_UID
)

Parameters

  • PROJ_UID
    Type: System.Guid

    Contains the project GUID.

Return value

Type: WebSvcResourcePlan.ResourcePlanDataSet.UtilizationRow

See also

Reference

ResourcePlanDataSet.UtilizationDataTable class

ResourcePlanDataSet.UtilizationDataTable members

WebSvcResourcePlan namespace