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 (in Microsoft.Office.Server.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
System.Collections.IDictionaryEnumerator. An enumerator for the properties of a user profile.

See Also

Reference

UserProfile Class

UserProfile Members

Microsoft.Office.Server.UserProfiles Namespace