Condividi tramite


WorkflowDataSet.WorkflowStatusDataTable.GetEnumerator method

Gets an enumerator that can be used to iterate through the rows of the WorkflowStatusDataTable.

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

Syntax

'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusDataTable
Dim returnValue As IEnumerator

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

Return value

Type: System.Collections.IEnumerator
An interator for a workflow status data table.

Implements

IEnumerable.GetEnumerator()

See also

Reference

WorkflowDataSet.WorkflowStatusDataTable class

WorkflowDataSet.WorkflowStatusDataTable members

WebSvcWorkflow namespace