StoreAvailability.Price Property

Definition

Gets price info for the current SKU availability, including the base price, current price, and sale info.

public:
 property StorePrice ^ Price { StorePrice ^ get(); };
StorePrice Price();
public StorePrice Price { get; }
var storePrice = storeAvailability.price;
Public ReadOnly Property Price As StorePrice

Property Value

An object that contains price info for the current SKU availability.

Applies to