DriverPrioritizationDataSet.PrioritizationDataTable.NewPrioritizationRow Method
Creates a PrioritizationRow object in 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 Function NewPrioritizationRow As DriverPrioritizationDataSet.PrioritizationRow
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim returnValue As DriverPrioritizationDataSet.PrioritizationRow
returnValue = instance.NewPrioritizationRow()
public DriverPrioritizationDataSet.PrioritizationRow NewPrioritizationRow()
Return Value
Type: [Driver Web service].DriverPrioritizationDataSet.PrioritizationRow
See Also
Reference
DriverPrioritizationDataSet.PrioritizationDataTable Class