Compartir a través de


del método PropertyCollection.GetEnumerator

NOTA: esta API está ahora obsoleta.

Obtiene el enumerador para las propiedades.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function GetEnumerator As IEnumerator
'Uso
Dim instance As PropertyCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public IEnumerator GetEnumerator()

Valor devuelto

Tipo: System.Collections.IEnumerator
Que representa el enumerador de las propiedades.

Implementaciones

IEnumerable.GetEnumerator()

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles