TradeAgreementPrice Property

Gets or sets the trade agreement 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 TradeAgreementPrice As Decimal
    Get
    Set
'Usage
Dim instance As ListingPrice
Dim value As Decimal

value = instance.TradeAgreementPrice

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

Property Value

Type: System.Decimal
Returns Decimal.

Remarks

If no trade agreements found, this is the BasePrice.

See Also

Reference

ListingPrice Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace