PropertySet.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

An IEnumerator object that can be used to iterate through the collection.

Implements

Applies to