PropertyMapCollection.GetEnumerator Method
Gets the enumerator for the PropertyMap objects.
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 PropertyMapCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
System.Collections.IEnumerator that contains the enumerator for the PropertyMap objects.