UserProfile.GetEnumerator method

Gets an enumerator for the properties of a user profile such as property name or property value pairs.

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

Syntax

'Declaration
Public Function GetEnumerator As IDictionaryEnumerator
'Usage
Dim instance As UserProfile
Dim returnValue As IDictionaryEnumerator

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

Return value

Type: System.Collections.IDictionaryEnumerator
An enumerator for the properties of a user profile.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace