Gets or sets the unit price of the line item at the time it was added to an order group.
'Usage Dim instance As LineItem Dim value As Decimal value = instance.PlacedPrice instance.PlacedPrice = value 'Declaration Public Property PlacedPrice As Decimal
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.