UnsubmittedTimesheetDataSet.TimePeriodsDataTable.Item property
Gets a TimePeriodsRow object that contains time period information.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.Int32The integer offset into the TimePeriodsDataTable.
Property value
Type: WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRow
See also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsDataTable class