MultiValuedProperty<T>.Enumerator Structure

Provides an enumerator for enumerating a collection of MultiValuedProperty<T> objects.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Structure Enumerator _
    Implements IEnumerator(Of T), IDisposable, IEnumerator
'Usage
Dim instance As MultiValuedProperty.Enumerator
public struct Enumerator : IEnumerator<T>, 
    IDisposable, IEnumerator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.