UserProfileManager.GetEnumerator Method

Gets an enumerator of all UserProfile objects within this portal context.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As UserProfileManager
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
System.Collections.IEnumerator. An enumerator of all UserProfile objects within this portal context.

Implements

IEnumerable.GetEnumerator()

See Also

Reference

UserProfileManager Class

UserProfileManager Members

Microsoft.Office.Server.UserProfiles Namespace