ServiceObjectSchema.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.
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.