UnsubmittedTimesheetDataSet.TimePeriodsDataTable.Item Property
Gets a TimePeriodsRow object that contains time period information.
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 UnsubmittedTimesheetDataSet.TimePeriodsRow
Get
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim index As Integer
Dim value As UnsubmittedTimesheetDataSet.TimePeriodsRow
value = instance.Item(index)
public UnsubmittedTimesheetDataSet.TimePeriodsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
The integer offset into the TimePeriodsDataTable.
Property Value
Type: [Admin Web service].UnsubmittedTimesheetDataSet.TimePeriodsRow
See Also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsDataTable Class