Condividi tramite


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:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRow

See also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsDataTable class

UnsubmittedTimesheetDataSet.TimePeriodsDataTable members

WebSvcAdmin namespace