SPFeaturePropertyCollection.GetEnumerator method
Returns an enumerator that iterates through the Feature properties in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As SPFeaturePropertyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
A System.Collections.IEnumerator object.
Implements
See also
Reference
SPFeaturePropertyCollection class