TimesheetListDataSet.TimesheetsDataTable.NewTimesheetsRow method
Creates a new TimesheetsRow.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewTimesheetsRow As TimesheetListDataSet.TimesheetsRow
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim returnValue As TimesheetListDataSet.TimesheetsRow
returnValue = instance.NewTimesheetsRow()
public TimesheetListDataSet.TimesheetsRow NewTimesheetsRow()
Return value
Type: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
A new row.
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class