: ManagedPropertyCollection.GetEnumerator (Método) (Microsoft.Office.Server.Search.Administration)
Returns an enumerator that iterates through the managed properties in the collection.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function GetEnumerator As IEnumerator
'Uso
Dim instance As ManagedPropertyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator
public IEnumerator GetEnumerator ()
Valor devuelto
An IEnumerator object that can be used to iterate through the collection.
Vea también
Referencia
ManagedPropertyCollection (Clase)
ManagedPropertyCollection (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)