TimeSheetSettingsDataSet.TimeSheetSettingsRow Class
Represents timesheet settings information as a row in the TimeSheetSettingsDataSet.TimeSheetSettingsDataTable object.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[Admin Web service].TimeSheetSettingsDataSet.TimeSheetSettingsRow
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 Class TimeSheetSettingsRow _
Inherits DataRow
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
public class TimeSheetSettingsRow : DataRow
Remarks
Many of the TimeSheetSettingsRow properties represent settings on the Timesheet Settings and Defaults page (https://ServerName/ProjectServerName/_layouts/pwa/Admin/TSSettings.aspx) in Project Web App.
For a code sample that reads a TimeSheetSettingsDataSet and saves it to an XML file, see ReadTimeSheetSettings().
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.