SearchFilter.SearchFilterCollection.GetEnumerator Method

Definition

Gets an enumerator that iterates through the elements of the collection.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Exchange::WebServices::Data::SearchFilter ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Exchange.WebServices.Data.SearchFilter> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of SearchFilter)

Returns

An enumerator for the collection.

Implements

Applies to