Share via


EventHandlersDataSet.EventHandlersDataTable.Item property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As EventHandlersDataSet.EventHandlersRow
    Get
'Usage
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim index As Integer
Dim value As EventHandlersDataSet.EventHandlersRow

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

Parameters

Property value

Type: WebSvcEvents.EventHandlersDataSet.EventHandlersRow
A row in an event handler data table.

See also

Reference

EventHandlersDataSet.EventHandlersDataTable class

EventHandlersDataSet.EventHandlersDataTable members

WebSvcEvents namespace