ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Item Property

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

Namespace:  [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl

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: [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

See Also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members

Notifications Web Service