ProfileManagerBase.GetEnumerator-Methode
Gibt ein IEnumerator , das zum Durchlaufen aller Profile verwendet werden kann.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As ProfileManagerBase
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
Rückgabewert
Typ: System.Collections.IEnumerator