SPEvaluatorModeProvisioning.GetEnumerator method
Returns an enumerator for iterating the provisioners in the order in which they were added to the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As SPEvaluatorModeProvisioning
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
A System.Collections.Enumerator object that can be used to iterate the collection of provisioners.
Implements
See also
Reference
SPEvaluatorModeProvisioning class