NameResolutionCollection.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.