Share via


DriverPrioritizationDataSet.PrioritizationDataTable.Item Property

Gets a row object in the PrioritizationDataTable, where the row is specified by an index.

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 ReadOnly Property Item ( _
    index As Integer _
) As DriverPrioritizationDataSet.PrioritizationRow
    Get
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim index As Integer
Dim value As DriverPrioritizationDataSet.PrioritizationRow

value = instance.Item(index)
public DriverPrioritizationDataSet.PrioritizationRow this[
    int index
] { get; }

Parameters

Property Value

Type: [Driver Web service].DriverPrioritizationDataSet.PrioritizationRow

See Also

Reference

DriverPrioritizationDataSet.PrioritizationDataTable Class

DriverPrioritizationDataSet.PrioritizationDataTable Members

Driver Web Service