Share via


CalendarDataSet.CalendarExceptionsDataTable.Item Property

Gets a row object in the CalendarExceptionsDataTable, where the row is specified by an index.

Namespace:  [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As CalendarDataSet.CalendarExceptionsRow
    Get
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim index As Integer
Dim value As CalendarDataSet.CalendarExceptionsRow

value = instance.Item(index)
public CalendarDataSet.CalendarExceptionsRow this[
    int index
] { get; }

Parameters

Property Value

Type: [Calendar Web service].CalendarDataSet.CalendarExceptionsRow

See Also

Reference

CalendarDataSet.CalendarExceptionsDataTable Class

CalendarDataSet.CalendarExceptionsDataTable Members

Calendar Web Service