ResourceDataSet.ResourcesDataTable.GetEnumerator method
Gets an enumerator that can be used to iterate through the rows of the ResourcesDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As ResourceDataSet.ResourcesDataTable
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
An iterator for the resources data table.
Implements
See also
Reference
ResourceDataSet.ResourcesDataTable class