ResourcePlanDataSet.UtilizationDataTable.FindByPROJ_UID Method
Gets the UtilizationRow object specified by the project.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
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: [ResourcePlan Web service].ResourcePlanDataSet.UtilizationRow
See Also
Reference
ResourcePlanDataSet.UtilizationDataTable Class