Share via


IdentifierCollection.IEnumerable.GetEnumerator method

Gets an enumerator to iterate through this collection.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As IdentifierCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An enumerator.

Implements

IEnumerable.GetEnumerator()

See also

Reference

IdentifierCollection class

IdentifierCollection members

Microsoft.SharePoint.BusinessData.Administration namespace