Share via


DriverDataSet.DriverDataTable.Item Property

Gets a row object in the DriverDataTable, 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 DriverDataSet.DriverRow
    Get
'Usage
Dim instance As DriverDataSet.DriverDataTable
Dim index As Integer
Dim value As DriverDataSet.DriverRow

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

Parameters

Property Value

Type: [Driver Web service].DriverDataSet.DriverRow

See Also

Reference

DriverDataSet.DriverDataTable Class

DriverDataSet.DriverDataTable Members

Driver Web Service