OrderForm.DiscountsApplied Property (BCL)
The DiscountsApplied property is a read-only ContentItemCollection that gets a collection of the discounts applied for this order form.
Definition
[Visual Basic .NET]
Public ReadOnly Property DiscountsApplied As ContentItemCollection
[C#]
public ContentItemCollection DiscountsApplied{get;}
Property Value
The discounts applied for this order form.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.