Compartilhar via


MultiValuedProperty<T>.Enumerator.IEnumerator.Current Property

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

Syntax

'Declaration
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
    Get
'Usage
Dim instance As MultiValuedProperty<T>.Enumerator
Dim value As Object

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }

Property Value

Type: System.Object
Returns Object.

Implements

IEnumerator.Current