TimesheetDataSet.HeadersRow.GetActionsRows Method
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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