BasePrice Property

Gets the base price for the item.

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

Syntax

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

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

Property Value

Type: System.Decimal
Returns Decimal.

See Also

Reference

GetItemPriceServiceResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace