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