ServiceObjectSchema.GetEnumerator Method

Definition

Provides an enumerator for the properties of the schema.

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

Returns

An enumerator.

Implements

Applies to