TimesheetListDataSet.TimesheetsDataTable.FindByRES_UIDWPRD_UID Method
Gets the TimesheetsRow object that is specified by the resource and the timesheet period.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Function FindByRES_UIDWPRD_UID ( _
RES_UID As Guid, _
WPRD_UID As Guid _
) As TimesheetListDataSet.TimesheetsRow
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim RES_UID As Guid
Dim WPRD_UID As Guid
Dim returnValue As TimesheetListDataSet.TimesheetsRow
returnValue = instance.FindByRES_UIDWPRD_UID(RES_UID, _
WPRD_UID)
public TimesheetListDataSet.TimesheetsRow FindByRES_UIDWPRD_UID(
Guid RES_UID,
Guid WPRD_UID
)
Parameters
- RES_UID
Type: System.Guid
The GUID of the resource.
- WPRD_UID
Type: System.Guid
The GUID of the timesheet period.
Return Value
Type: [TimeSheet Web service].TimesheetListDataSet.TimesheetsRow
See Also
Reference
TimesheetListDataSet.TimesheetsDataTable Class