TimesheetListDataSet.TimesheetsDataTable.NewTimesheetsRow - Méthode
Crée un nouveau TimesheetsRow.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function NewTimesheetsRow As TimesheetListDataSet.TimesheetsRow
'Utilisation
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim returnValue As TimesheetListDataSet.TimesheetsRow
returnValue = instance.NewTimesheetsRow()
public TimesheetListDataSet.TimesheetsRow NewTimesheetsRow()
Valeur renvoyée
Type : WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
Une nouvelle ligne.
Voir aussi
Référence
TimesheetListDataSet.TimesheetsDataTable classe