Share via


TimesheetDataSet.ActionsDataTable.Item Property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As TimesheetDataSet.ActionsRow
    Get
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim index As Integer
Dim value As TimesheetDataSet.ActionsRow

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

Parameters

Property Value

Type: [TimeSheet Web service].TimesheetDataSet.ActionsRow

See Also

Reference

TimesheetDataSet.ActionsDataTable Class

TimesheetDataSet.ActionsDataTable Members

TimeSheet Web Service