MultiValuedProperty<T>.IEnumerable.GetEnumerator Method

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As MultiValuedProperty
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
Returns IEnumerator.

Implements

IEnumerable.GetEnumerator()