TimesheetListDataSet.TimesheetsDataTable.Item Property
Gets a row in the TimesheetsDataTable, 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 TimesheetListDataSet.TimesheetsRow
Get
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim index As Integer
Dim value As TimesheetListDataSet.TimesheetsRow
value = instance.Item(index)
public TimesheetListDataSet.TimesheetsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [TimeSheet Web service].TimesheetListDataSet.TimesheetsRow
See Also
Reference
TimesheetListDataSet.TimesheetsDataTable Class