StoreSku.Price Property

Definition

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.

Applies to