TimesheetDataSet.HeadersRow.GetLinesRows Method
Retrieves an array of timesheet line rows.
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 GetLinesRows As TimesheetDataSet.LinesRow()
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim returnValue As TimesheetDataSet.LinesRow()
returnValue = instance.GetLinesRows()
public TimesheetDataSet.LinesRow[] GetLinesRows()
Return Value
Type: []
See Also
Reference
TimesheetDataSet.HeadersRow Class