TimesheetListDataSet.TimesheetsDataTable.FindByRES_UIDWPRD_UID method
Gets the TimesheetsRow object that is specified by the resource and the timesheet period.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidThe GUID of the resource.
WPRD_UID
Type: System.GuidThe GUID of the timesheet period.
Return value
Type: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
A row object.
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class