Share via


TimeSheetSettingsDataSet.TimeSheetSettings property

Gets information about timesheet settings that is contained in one or more TimeSheetSettingsDataSet.TimeSheetSettingsRow objects.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property TimeSheetSettings As TimeSheetSettingsDataSet.TimeSheetSettingsDataTable
    Get
'Usage
Dim instance As TimeSheetSettingsDataSet
Dim value As TimeSheetSettingsDataSet.TimeSheetSettingsDataTable

value = instance.TimeSheetSettings
[BrowsableAttribute(false)]
public TimeSheetSettingsDataSet.TimeSheetSettingsDataTable TimeSheetSettings { get; }

Property value

Type: WebSvcAdmin.TimeSheetSettingsDataSet.TimeSheetSettingsDataTable

See also

Reference

TimeSheetSettingsDataSet class

TimeSheetSettingsDataSet members

WebSvcAdmin namespace