TimeSheetSettingsDataSet.Tables property

Gets the collection of tables that represent timesheet settings in TimeSheetSettingsDataTable objects and TimeSheetSettingsRow objects.

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

Syntax

'Declaration
Public ReadOnly Property Tables As DataTableCollection
    Get
'Usage
Dim instance As TimeSheetSettingsDataSet
Dim value As DataTableCollection

value = instance.Tables
public DataTableCollection Tables { get; }

Property value

Type: System.Data.DataTableCollection

See also

Reference

TimeSheetSettingsDataSet class

TimeSheetSettingsDataSet members

WebSvcAdmin namespace