UnsubmittedTimesheetDataSet.Tables property
Gets the collection of System.Data.DataSet tables that represents unsubmitted timesheet information that was created by a resource and that includes specified time periods.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As DataTableCollection
Get
'Usage
Dim instance As UnsubmittedTimesheetDataSet
Dim value As DataTableCollection
value = instance.Tables
public DataTableCollection Tables { get; }
Property value
Type: System.Data.DataTableCollection
See also
Reference
UnsubmittedTimesheetDataSet class