StoreAvailability.Price Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.