TimesheetDataSet.ActionsDataTable.NewActionsRow Method
Creates a row object in the ActionsDataTable.
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 NewActionsRow As TimesheetDataSet.ActionsRow
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim returnValue As TimesheetDataSet.ActionsRow
returnValue = instance.NewActionsRow()
public TimesheetDataSet.ActionsRow NewActionsRow()
Return Value
Type: [TimeSheet Web service].TimesheetDataSet.ActionsRow
See Also
Reference
TimesheetDataSet.ActionsDataTable Class