TimesheetManagersDataSet.TimesheetManagersDataTable.NewTimesheetManagersRow method
Creates a TimesheetManagersRow object that represents a row of settings information in the TimesheetManagersDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewTimesheetManagersRow As TimesheetManagersDataSet.TimesheetManagersRow
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim returnValue As TimesheetManagersDataSet.TimesheetManagersRow
returnValue = instance.NewTimesheetManagersRow()
public TimesheetManagersDataSet.TimesheetManagersRow NewTimesheetManagersRow()
Return value
Type: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
A new timesheet managers row.
See also
Reference
TimesheetManagersDataSet.TimesheetManagersDataTable class