StoreProduct.Skus Property
Definition
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.