Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an array of actions rows.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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