TimesheetDataSet.LinesDataTable.Item property
Gets a row in the LinesDataTable, 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 TimesheetDataSet.LinesRow
Get
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim index As Integer
Dim value As TimesheetDataSet.LinesRow
value = instance.Item(index)
public TimesheetDataSet.LinesRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcTimeSheet.TimesheetDataSet.LinesRow
A row object.
See also
Reference
TimesheetDataSet.LinesDataTable class