TimeSheetSettingsDataSet.TimeSheetSettingsDataTable.NewTimeSheetSettingsRow Method
Creates a TimeSheetSettingsRow object that represents a new row of timesheet settings information in the TimeSheetSettingsDataTable.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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: [Admin Web service].TimeSheetSettingsDataSet.TimeSheetSettingsRow
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsDataTable Class