TimeSheetSettingsDataSet.TimeSheetSettingsRow class

Represents timesheet settings information as a row in the TimeSheetSettingsDataSet.TimeSheetSettingsDataTable object.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcAdmin.TimeSheetSettingsDataSet.TimeSheetSettingsRow

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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.

See also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow members

WebSvcAdmin namespace