Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the enumerator for the identifier collection.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Identifier)
'Usage
Dim instance As IdentifierCollection
Dim returnValue As IEnumerator(Of Identifier)
returnValue = instance.GetEnumerator()
public IEnumerator<Identifier> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<Identifier>
An IEnumerator object.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace