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)
Available in Sandboxed Solutions: No
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