RuleOperationError.GetEnumerator Method

Definition

Returns an enumerator that enables you to iterate through the objects in the collection.

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

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to