TimesheetLineClassDataSet.LineClassesDataTable.Item Property
Gets information that represents one timesheet line class, at the specified index location in the LineClassesDataTable.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetLineClassDataSet.LineClassesRow
Get
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesDataTable
Dim index As Integer
Dim value As TimesheetLineClassDataSet.LineClassesRow
value = instance.Item(index)
public TimesheetLineClassDataSet.LineClassesRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
The integer offset into the LineClassesDataTable.
Property Value
Type: [Admin Web service].TimesheetLineClassDataSet.LineClassesRow
See Also
Reference
TimesheetLineClassDataSet.LineClassesDataTable Class