BasePrice Property

Gets or sets the base sales price for the item on the listing.

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

Syntax

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

value = instance.BasePrice

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

Property Value

Type: System.Decimal
Returns Decimal.

See Also

Reference

ListingPrice Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace