ProjectDataSet.AssignmentDataTable.GetEnumerator method
Gets an enumerator that can be used to iterate through the various rows of the AssignmentDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
Implements
See also
Reference
ProjectDataSet.AssignmentDataTable class