DriverDataSet.DriverDepartmentsDataTable.FindByDRIVER_UIDDEPARTMENT_UID Method
Retrieves a DriverDepartmentsRow object by using the specified driver GUID and the department 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 FindByDRIVER_UIDDEPARTMENT_UID ( _
DRIVER_UID As Guid, _
DEPARTMENT_UID As Guid _
) As DriverDataSet.DriverDepartmentsRow
'Usage
Dim instance As DriverDataSet.DriverDepartmentsDataTable
Dim DRIVER_UID As Guid
Dim DEPARTMENT_UID As Guid
Dim returnValue As DriverDataSet.DriverDepartmentsRow
returnValue = instance.FindByDRIVER_UIDDEPARTMENT_UID(DRIVER_UID, _
DEPARTMENT_UID)
public DriverDataSet.DriverDepartmentsRow FindByDRIVER_UIDDEPARTMENT_UID(
Guid DRIVER_UID,
Guid DEPARTMENT_UID
)
Parameters
- DRIVER_UID
Type: System.Guid
Contains the driver GUID.
- DEPARTMENT_UID
Type: System.Guid
Contains the department GUID.
Return Value
Type: [Driver Web service].DriverDataSet.DriverDepartmentsRow
See Also
Reference
DriverDataSet.DriverDepartmentsDataTable Class