ImportTimesheetDataSet.LinesDataTable.Item property

Gets a row in the LinesDataTable, 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 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: WebSvcStatusing.ImportTimesheetDataSet.LinesRow

See also

Reference

ImportTimesheetDataSet.LinesDataTable class

ImportTimesheetDataSet.LinesDataTable members

WebSvcStatusing namespace