Share via


ScheduleDataSet.ScheduleDataTable.Item Property

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ScheduleDataSet.ScheduleRow
    Get
'Usage
Dim instance As ScheduleDataSet.ScheduleDataTable
Dim index As Integer
Dim value As ScheduleDataSet.ScheduleRow

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

Parameters

Property Value

Type: [Statusing Web service].ScheduleDataSet.ScheduleRow

See Also

Reference

ScheduleDataSet.ScheduleDataTable Class

ScheduleDataSet.ScheduleDataTable Members

Statusing Web Service