TimesheetListDataSet.TimesheetsDataTable.NewTimesheetsRow Method
Creates a new TimesheetsRow.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
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: [TimeSheet Web service].TimesheetListDataSet.TimesheetsRow
See Also
Reference
TimesheetListDataSet.TimesheetsDataTable Class