StoreProduct.Skus 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 list of available SKUs for the product.
public:
property IVectorView<StoreSku ^> ^ Skus { IVectorView<StoreSku ^> ^ get(); };
IVectorView<StoreSku> Skus();
public IReadOnlyList<StoreSku> Skus { get; }
var iVectorView = storeProduct.skus;
Public ReadOnly Property Skus As IReadOnlyList(Of StoreSku)
Property Value
A collection of StoreSku objects that represent the available SKUs for the product.