TimesheetListDataSet.TimesheetsDataTable.Item - Propriété
Obtient une ligne dans le TimesheetsDataTable, où la ligne est spécifiée par un index.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetListDataSet.TimesheetsRow
Get
'Utilisation
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim index As Integer
Dim value As TimesheetListDataSet.TimesheetsRow
value = instance.Item(index)
public TimesheetListDataSet.TimesheetsRow this[
int index
] { get; }
Paramètres
index
Type : System.Int32Spécifie la ligne.
Valeur de propriété
Type : WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
Objet Row.
Voir aussi
Référence
TimesheetListDataSet.TimesheetsDataTable classe