TimesheetManagersDataSet.TimesheetManagersDataTable.FindByRES_UID method
Finds the TimesheetManagersRow that corresponds to the specified resource.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByRES_UID ( _
RES_UID As Guid _
) As TimesheetManagersDataSet.TimesheetManagersRow
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim RES_UID As Guid
Dim returnValue As TimesheetManagersDataSet.TimesheetManagersRow
returnValue = instance.FindByRES_UID(RES_UID)
public TimesheetManagersDataSet.TimesheetManagersRow FindByRES_UID(
Guid RES_UID
)
Parameters
RES_UID
Type: System.GuidThe GUID of the timesheet manager.
Return value
Type: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
A TimesheetManagersRow object.
See also
Reference
TimesheetManagersDataSet.TimesheetManagersDataTable class