Share via


IEnumerator(DiscountItem).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 DiscountItem
    Implements IEnumerator(Of DiscountItem).Current
'Usage
Dim instance As DiscountItemCollectionEnumerator
Dim value As DiscountItem

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

Property Value

Type: Microsoft.CommerceServer.Runtime.Marketing..::.DiscountItem

Implements

IEnumerator<(Of <(T>)>)..::.Current

Permissions

See Also

Reference

DiscountItemCollectionEnumerator Class

DiscountItemCollectionEnumerator Members

Microsoft.CommerceServer.Runtime.Marketing Namespace