PlacedPrice Property
Commerce Server 2009
Gets or sets the unit price of the line item at the time it was added to an order group.
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Property Value
Type: System..::.DecimalThe unit price of the line item when it was added to an OrderGroup. Cannot be less than zero.
| Exception | Condition |
|---|---|
| ArgumentException |
The value being set is less than zero. Assign PlacedPrice a value greater than or equal to zero to prevent this exception. |
PlacedPrice can be used to inform a customer if the price in the catalog has changed since it was added to an OrderGroup.
- 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.