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