Share via


ManagedPropertyCollection.GetEnumerator method

Returns an enumerator that iterates through the managed properties in the collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of ManagedProperty)
'Usage
Dim instance As ManagedPropertyCollection
Dim returnValue As IEnumerator(Of ManagedProperty)

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

Return value

Type: System.Collections.Generic.IEnumerator<ManagedProperty>
An IEnumerator object that can be used to iterate through the collection.

See also

Reference

ManagedPropertyCollection class

ManagedPropertyCollection members

Microsoft.Office.Server.Search.Administration namespace