Compartilhar via


EventsDataSet.EventDataTable.Item property

Obtém um objeto row na EventDataTable, em que a linha é especificada por um índice.

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

Syntax

'Declaração
Public ReadOnly Property Item ( _
    index As Integer _
) As EventsDataSet.EventRow
    Get
'Uso
Dim instance As EventsDataSet.EventDataTable
Dim index As Integer
Dim value As EventsDataSet.EventRow

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

Parâmetros

Property value

Type: WebSvcEvents.EventsDataSet.EventRow
Um objeto de linha.

Ver também

Referência

EventsDataSet.EventDataTable class

EventsDataSet.EventDataTable members

WebSvcEvents namespace