TimesheetDataSet.LinesDataTable.NewLinesRow Method
Creates a row object in the LinesDataTable.
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 NewLinesRow As TimesheetDataSet.LinesRow
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim returnValue As TimesheetDataSet.LinesRow
returnValue = instance.NewLinesRow()
public TimesheetDataSet.LinesRow NewLinesRow()
Return Value
Type: [TimeSheet Web service].TimesheetDataSet.LinesRow
See Also
Reference
TimesheetDataSet.LinesDataTable Class