Share via


TimesheetManagersDataSet.TimesheetManagersDataTable.GetEnumerator method

Gets an enumerator that is used to iterate through the rows of the DepartmentDataTable.

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

Syntax

'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An iterator for the department data table.

Implements

IEnumerable.GetEnumerator()

See also

Reference

TimesheetManagersDataSet.TimesheetManagersDataTable class

TimesheetManagersDataSet.TimesheetManagersDataTable members

WebSvcAdmin namespace