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