Share via


IEnumerator.Current Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Namespace:  Microsoft.CommerceServer.Runtime.Marketing
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
'Usage
Dim instance As DiscountItemCollectionEnumerator
Dim value As Object

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System..::.Object

Implements

IEnumerator..::.Current

Permissions

See Also

Reference

DiscountItemCollectionEnumerator Class

DiscountItemCollectionEnumerator Members

Microsoft.CommerceServer.Runtime.Marketing Namespace