ScheduleDataSet.ScheduleDataTable.Item property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcStatusing.ScheduleDataSet.ScheduleRow

See also

Reference

ScheduleDataSet.ScheduleDataTable class

ScheduleDataSet.ScheduleDataTable members

WebSvcStatusing namespace