PropertyCollection.GetEnumerator method
NOTE: This API is now obsolete.
Gets the enumerator for the properties.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As PropertyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
The that represents the enumerator for the properties.