UnsubmittedTimesheetDataSet.TimePeriodsDataTable.FindByWPRD_UIDRES_UID Method

Returns a row object that contains time period information from the TimePeriodsDataTable, by using the specified work period and resource GUIDs.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Function FindByWPRD_UIDRES_UID ( _
    WPRD_UID As Guid, _
    RES_UID As Guid _
) As UnsubmittedTimesheetDataSet.TimePeriodsRow
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim WPRD_UID As Guid
Dim RES_UID As Guid
Dim returnValue As UnsubmittedTimesheetDataSet.TimePeriodsRow

returnValue = instance.FindByWPRD_UIDRES_UID(WPRD_UID, _
    RES_UID)
public UnsubmittedTimesheetDataSet.TimePeriodsRow FindByWPRD_UIDRES_UID(
    Guid WPRD_UID,
    Guid RES_UID
)

Parameters

  • WPRD_UID
    Type: System.Guid
    Indicates the unique identifier of the time period row.
  • RES_UID
    Type: System.Guid
    Indicates the unique identifier for the resource.

Return Value

Type: [Admin Web service].UnsubmittedTimesheetDataSet.TimePeriodsRow

See Also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Class

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Members

Admin Web Service