ProfileValueCollectionBase.GetEnumerator method
Returns the enumerator to iterate through values of this collection.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As ProfileValueCollectionBase
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
Implements
See also
Reference
ProfileValueCollectionBase class