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