StoreSku.Availabilities Property

Definition

Gets the availabilities for the current product SKU. Each product SKU can have one or more availabilities that have different prices.

public:
 property IVectorView<StoreAvailability ^> ^ Availabilities { IVectorView<StoreAvailability ^> ^ get(); };
IVectorView<StoreAvailability> Availabilities();
public IReadOnlyList<StoreAvailability> Availabilities { get; }
var iVectorView = storeSku.availabilities;
Public ReadOnly Property Availabilities As IReadOnlyList(Of StoreAvailability)

Property Value

A collection of StoreAvailability objects that represent the availabilities for the current product SKU.

Applies to