TimesheetDataSet.HeadersRow.GetLinesRows Method
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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