TimesheetDataSet.HeadersRow.GetActionsRows method
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