TimesheetManagersDataSet.TimesheetManagersDataTable.Item property
Gets a row of time managers information at the specified index location in the TimesheetManagersDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetManagersDataSet.TimesheetManagersRow
Get
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim index As Integer
Dim value As TimesheetManagersDataSet.TimesheetManagersRow
value = instance.Item(index)
public TimesheetManagersDataSet.TimesheetManagersRow this[
int index
] { get; }
Parameters
index
Type: System.Int32An integer that represents the index into the TimesheetManagersDataTable
Property value
Type: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
A row object.
See also
Reference
TimesheetManagersDataSet.TimesheetManagersDataTable class