DriverPrioritizationDataSet.DriverRelationsDataTable.FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID method
Retrieves a DriverRelationsRow object by using the specified prioritization GUID,
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID ( _
PRIORITIZATION_UID As Guid, _
DRIVER1_UID As Guid, _
DRIVER2_UID As Guid _
) As DriverPrioritizationDataSet.DriverRelationsRow
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsDataTable
Dim PRIORITIZATION_UID As Guid
Dim DRIVER1_UID As Guid
Dim DRIVER2_UID As Guid
Dim returnValue As DriverPrioritizationDataSet.DriverRelationsRow
returnValue = instance.FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID(PRIORITIZATION_UID, _
DRIVER1_UID, DRIVER2_UID)
public DriverPrioritizationDataSet.DriverRelationsRow FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID(
Guid PRIORITIZATION_UID,
Guid DRIVER1_UID,
Guid DRIVER2_UID
)
Parameters
PRIORITIZATION_UID
Type: System.GuidGUID of the prioritization.
DRIVER1_UID
Type: System.GuidGUID of the first driver.
DRIVER2_UID
Type: System.GuidGUID of the second driver.
Return value
Type: WebSvcDriver.DriverPrioritizationDataSet.DriverRelationsRow
See also
Reference
DriverPrioritizationDataSet.DriverRelationsDataTable class
DriverPrioritizationDataSet.DriverRelationsDataTable members