Share via


CalendarDataSet.CalendarExceptionsDataTable.Item property

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

Namespace:  WebSvcCalendar
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcCalendar.CalendarDataSet.CalendarExceptionsRow

See also

Reference

CalendarDataSet.CalendarExceptionsDataTable class

CalendarDataSet.CalendarExceptionsDataTable members

WebSvcCalendar namespace