Compartilhar via


ProfileManagerBase.GetEnumerator method

Retorna um IEnumerator que pode ser usado para iterar em todos os perfis.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public Overridable Function GetEnumerator As IEnumerator
'Uso
Dim instance As ProfileManagerBase
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()

Valor retornado

Type: System.Collections.IEnumerator

Ver também

Referência

ProfileManagerBase class

ProfileManagerBase members

GetEnumerator overload

Microsoft.Office.Server.UserProfiles namespace