TimesheetDataSet.HeadersRow.GetLinesRows method
Retrieves an array of timesheet line rows.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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