DriverPrioritizationDataSet.PrioritizationDataTable.FindByPRIORITIZATION_UID Method
Retrieves a PrioritizationRow object by using the specified prioritization 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_UID ( _
PRIORITIZATION_UID As Guid _
) As DriverPrioritizationDataSet.PrioritizationRow
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim PRIORITIZATION_UID As Guid
Dim returnValue As DriverPrioritizationDataSet.PrioritizationRow
returnValue = instance.FindByPRIORITIZATION_UID(PRIORITIZATION_UID)
public DriverPrioritizationDataSet.PrioritizationRow FindByPRIORITIZATION_UID(
Guid PRIORITIZATION_UID
)
Parameters
- PRIORITIZATION_UID
Type: System.Guid
The unique identifier for prioritization.
Return Value
Type: [Driver Web service].DriverPrioritizationDataSet.PrioritizationRow
See Also
Reference
DriverPrioritizationDataSet.PrioritizationDataTable Class