Share via


CalendarDataSet.CalendarsDataTable.Item property

Gets a row in the CalendarsDataTable, 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.CalendarsRow
    Get
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim index As Integer
Dim value As CalendarDataSet.CalendarsRow

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

Parameters

Property value

Type: WebSvcCalendar.CalendarDataSet.CalendarsRow

See also

Reference

CalendarDataSet.CalendarsDataTable class

CalendarDataSet.CalendarsDataTable members

WebSvcCalendar namespace