AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.Item property
Obtém uma linha na AlertSubscriptionInfoDataTable, 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 AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Get
'Uso
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; }
Parâmetros
- index
Type: System.Int32
Property value
Type: WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Ver também
Referência
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable class
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable members