Compartilhar via


PropertyBaseManager<T>.GetEnumerator Method

Gets an IEnumerator object for enumerating property and section objects in this collection.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As PropertyBaseManager
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<T>
Returns IEnumerator<T>.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

PropertyBaseManager<T> Class

PropertyBaseManager<T> Members

Microsoft.Office.Server.UserProfiles Namespace