ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.GetActualsRows Method
Gets the actual time expended information.
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 ProjectTimesheetLinesDataSet.ActualsRow()
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Dim returnValue As ProjectTimesheetLinesDataSet.ActualsRow()
returnValue = instance.GetActualsRows()
public ProjectTimesheetLinesDataSet.ActualsRow[] GetActualsRows()
Return Value
Type: []
See Also
Reference
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow Class
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow Members