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.

Implements

IEnumerable.GetEnumerator()

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.Office.Server.UserProfiles Namespace