ClientWebPartPropertyCollection.IEnumerable.GetEnumerator method
GetEnumerator Needed for Designer.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Return value
Type: System.Collections.IEnumerator
Implements
See also
Reference
ClientWebPartPropertyCollection class