ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Item - Propriété
Obtient un objet de ligne dans le ReminderSubscriptionInfoDataTable, où la ligne est spécifiée par un index.
Espace de noms : WebSvcNotifications
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
index As Integer _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Get
'Utilisation
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; }
Paramètres
index
Type : System.Int32Spécifie la ligne.
Valeur de propriété
Type : WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Voir aussi
Référence
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable classe
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable - Membres