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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DiscountItemCollectionEnumerator Class