次の方法で共有


TimesheetDataSet.LinesRow.GetActualsRows Method

Returns a set of TimesheetDataSet.ActualsRow rows that represent the actual time entered for this timesheet line item.

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 GetActualsRows As TimesheetDataSet.ActualsRow()
'Usage
Dim instance As TimesheetDataSet.LinesRow
Dim returnValue As TimesheetDataSet.ActualsRow()

returnValue = instance.GetActualsRows()
public TimesheetDataSet.ActualsRow[] GetActualsRows()

Return Value

Type: []

See Also

Reference

TimesheetDataSet.LinesRow Class

TimesheetDataSet.LinesRow Members

TimeSheet Web Service