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