TimesheetDataSet.ActionsDataTable.NewActionsRow method
Creates a row object in the ActionsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.TimesheetDataSet.ActionsRow
See also
Reference
TimesheetDataSet.ActionsDataTable class