DriverDataSet.DriverDataTable.FindByDRIVER_UID Method

Gets the DriverRow object that is specified by the driver.

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 FindByDRIVER_UID ( _
    DRIVER_UID As Guid _
) As DriverDataSet.DriverRow
'Usage
Dim instance As DriverDataSet.DriverDataTable
Dim DRIVER_UID As Guid
Dim returnValue As DriverDataSet.DriverRow

returnValue = instance.FindByDRIVER_UID(DRIVER_UID)
public DriverDataSet.DriverRow FindByDRIVER_UID(
    Guid DRIVER_UID
)

Parameters

  • DRIVER_UID
    Type: System.Guid
    GUID of the business driver.

Return Value

Type: [Driver Web service].DriverDataSet.DriverRow

See Also

Reference

DriverDataSet.DriverDataTable Class

DriverDataSet.DriverDataTable Members

Driver Web Service