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