Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.Item Property

Gets a row in the AlertSubscriptionInfoDataTable, 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 AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
    Get
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim index As Integer
Dim value As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

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

Parameters

Property Value

Type: [Notifications Web service].AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

See Also

Reference

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Members

Notifications Web Service