Share via


ImportTimesheetDataSet.LinesDataTable.Item Property

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

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

Parameters

  • index
    Type: System.Int32
    Specifies the row that is to be retrieved.

Property Value

Type: [Statusing Web service].ImportTimesheetDataSet.LinesRow

See Also

Reference

ImportTimesheetDataSet.LinesDataTable Class

ImportTimesheetDataSet.LinesDataTable Members

Statusing Web Service