Share via


TimesheetLineClassDataSet.Tables property

Gets the collection of tables for a TimesheetLineClassDataSet.

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

Syntax

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

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

Property value

Type: System.Data.DataTableCollection
A collection of tables.

See also

Reference

TimesheetLineClassDataSet class

TimesheetLineClassDataSet members

WebSvcAdmin namespace