Share via


TimesheetListDataSet.TimesheetsDataTable.Item property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As TimesheetListDataSet.TimesheetsRow
    Get
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim index As Integer
Dim value As TimesheetListDataSet.TimesheetsRow

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

Parameters

Property value

Type: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
A row object.

See also

Reference

TimesheetListDataSet.TimesheetsDataTable class

TimesheetListDataSet.TimesheetsDataTable members

WebSvcTimeSheet namespace