Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Item property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
    Get
'Usage
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; }

Parameters

Property value

Type: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace