PropertyMapCollection.GetEnumerator Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")> _
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As PropertyMapCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")]
public IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator