Compartir a través de


de la propiedad ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Item

Obtiene un objeto de fila en la ReminderSubscriptionInfoDataTable, donde se especifica la fila por un índice.

Espacio de nombres:  WebSvcNotifications
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

Vea también

Referencia

clase ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

Miembros ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

Espacio de nombres WebSvcNotifications