ResourcePlanDataSet.PlanResourcesDataTable.FindByRES_UIDPROJ_UID method
Gets the PlanResourcesRow object specified by the resource and the project.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByRES_UIDPROJ_UID ( _
RES_UID As Guid, _
PROJ_UID As Guid _
) As ResourcePlanDataSet.PlanResourcesRow
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim RES_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ResourcePlanDataSet.PlanResourcesRow
returnValue = instance.FindByRES_UIDPROJ_UID(RES_UID, _
PROJ_UID)
public ResourcePlanDataSet.PlanResourcesRow FindByRES_UIDPROJ_UID(
Guid RES_UID,
Guid PROJ_UID
)
Parameters
RES_UID
Type: System.GuidContains the resource GUID.
PROJ_UID
Type: System.GuidContains the project GUID.
Return value
Type: WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRow
A row object.
See also
Reference
ResourcePlanDataSet.PlanResourcesDataTable class