NameResolutionCollection.GetEnumerator Method

Definition

Gets an enumerator that iterates through the collection of NameResolution objects.

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

Returns

A collection of NameResolution objects.

Implements

Applies to