Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Item property

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

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

Syntax

'Declaração
Public ReadOnly Property Item ( _
    index As Integer _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
    Get
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim index As Integer
Dim value As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

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

Parâmetros

Property value

Type: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

Ver também

Referência

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace