DriverPrioritizationDataSet.PrioritizationDataTable.RemovePrioritizationRow Method
Deletes the specified row object from the PrioritizationDataTable.
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 Sub RemovePrioritizationRow ( _
row As DriverPrioritizationDataSet.PrioritizationRow _
)
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim row As DriverPrioritizationDataSet.PrioritizationRow
instance.RemovePrioritizationRow(row)
public void RemovePrioritizationRow(
DriverPrioritizationDataSet.PrioritizationRow row
)
Parameters
See Also
Reference
DriverPrioritizationDataSet.PrioritizationDataTable Class