Share via


ProjectDataSet.ProjectResourceDataTable.FindByRES_UIDPROJ_UID method

Retrieves a ProjectResourceRow object by using the specified resource GUID and project GUID.

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

Syntax

'Declaration
Public Function FindByRES_UIDPROJ_UID ( _
    RES_UID As Guid, _
    PROJ_UID As Guid _
) As ProjectDataSet.ProjectResourceRow
'Usage
Dim instance As ProjectDataSet.ProjectResourceDataTable
Dim RES_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ProjectDataSet.ProjectResourceRow

returnValue = instance.FindByRES_UIDPROJ_UID(RES_UID, _
    PROJ_UID)
public ProjectDataSet.ProjectResourceRow FindByRES_UIDPROJ_UID(
    Guid RES_UID,
    Guid PROJ_UID
)

Parameters

  • RES_UID
    Type: System.Guid

    Contains the resource GUID.

  • PROJ_UID
    Type: System.Guid

    Contains the project GUID.

Return value

Type: WebSvcProject.ProjectDataSet.ProjectResourceRow

See also

Reference

ProjectDataSet.ProjectResourceDataTable class

ProjectDataSet.ProjectResourceDataTable members

WebSvcProject namespace