DriverPrioritizationDataSet.DriverRelationsDataTable.Item Property
Gets a row object in the DriverRelationsDataTable 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.DriverRelationsRow
Get
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsDataTable
Dim index As Integer
Dim value As DriverPrioritizationDataSet.DriverRelationsRow
value = instance.Item(index)
public DriverPrioritizationDataSet.DriverRelationsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Property Value
Type: [Driver Web service].DriverPrioritizationDataSet.DriverRelationsRow
See Also
Reference
DriverPrioritizationDataSet.DriverRelationsDataTable Class
DriverPrioritizationDataSet.DriverRelationsDataTable Members