Share via


DriverPrioritizationDataSet.PrioritizationEntriesDataTable.FindByPRIORITIZATION_UIDDRIVER_UID Method

Retrieves a PrioritizationEntriesRow object by using the specified prioritization GUID and the driver GUID.

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

Syntax

'Declaration
Public Function FindByPRIORITIZATION_UIDDRIVER_UID ( _
    PRIORITIZATION_UID As Guid, _
    DRIVER_UID As Guid _
) As DriverPrioritizationDataSet.PrioritizationEntriesRow
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesDataTable
Dim PRIORITIZATION_UID As Guid
Dim DRIVER_UID As Guid
Dim returnValue As DriverPrioritizationDataSet.PrioritizationEntriesRow

returnValue = instance.FindByPRIORITIZATION_UIDDRIVER_UID(PRIORITIZATION_UID, _
    DRIVER_UID)
public DriverPrioritizationDataSet.PrioritizationEntriesRow FindByPRIORITIZATION_UIDDRIVER_UID(
    Guid PRIORITIZATION_UID,
    Guid DRIVER_UID
)

Parameters

  • PRIORITIZATION_UID
    Type: System.Guid
    Contains the prioritization GUID.
  • DRIVER_UID
    Type: System.Guid
    The unique identifier for the driver.

Return Value

Type: [Driver Web service].DriverPrioritizationDataSet.PrioritizationEntriesRow

See Also

Reference

DriverPrioritizationDataSet.PrioritizationEntriesDataTable Class

DriverPrioritizationDataSet.PrioritizationEntriesDataTable Members

Driver Web Service