Share via


ProjectTimesheetLinesDataSet.ActualsDataTable.Item Property

Gets a row in the ActualsDataTable, 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 ProjectTimesheetLinesDataSet.ActualsRow
    Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ActualsDataTable
Dim index As Integer
Dim value As ProjectTimesheetLinesDataSet.ActualsRow

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

Parameters

Property Value

Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.ActualsRow

See Also

Reference

ProjectTimesheetLinesDataSet.ActualsDataTable Class

ProjectTimesheetLinesDataSet.ActualsDataTable Members

TimeSheet Web Service