AdjustedPrice Property

Gets or sets the adjusted price for the listing.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AdjustedPrice As Decimal
    Get
    Set
'Usage
Dim instance As ListingPrice
Dim value As Decimal

value = instance.AdjustedPrice

instance.AdjustedPrice = value
[DataMemberAttribute]
public decimal AdjustedPrice { get; set; }
[DataMemberAttribute]
public:
property Decimal AdjustedPrice {
    Decimal get ();
    void set (Decimal value);
}

Property Value

Type: System.Decimal
Returns Decimal.

Remarks

This is the best of the TradeAgreementPrice and retail price adjustments.

See Also

Reference

ListingPrice Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace