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 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.