ImportTimesheetDataSet.LinesDataTable.NewLinesRow Method
Creates a row object in the LinesDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Function NewLinesRow As ImportTimesheetDataSet.LinesRow
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim returnValue As ImportTimesheetDataSet.LinesRow
returnValue = instance.NewLinesRow()
public ImportTimesheetDataSet.LinesRow NewLinesRow()
Return Value
Type: [Statusing Web service].ImportTimesheetDataSet.LinesRow
See Also
Reference
ImportTimesheetDataSet.LinesDataTable Class