StoreProduct.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 the price for the default SKU and availability for the product.
public:
property StorePrice ^ Price { StorePrice ^ get(); };
StorePrice Price();
public StorePrice Price { get; }
var storePrice = storeProduct.price;
Public ReadOnly Property Price As StorePrice
Property Value
The price for the default SKU and availability for the product.