Share via


TimePeriodDataSet.TimePeriodsDataTable.Item Property

Gets a row of time period information at the specified index location in the TimePeriodsDataTable.

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 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.Int32
    An integer that represents the index into the TimePeriodsDataTable.

Property Value

Type: [Admin Web service].TimePeriodDataSet.TimePeriodsRow

See Also

Reference

TimePeriodDataSet.TimePeriodsDataTable Class

TimePeriodDataSet.TimePeriodsDataTable Members

Admin Web Service