StoreSku.Availabilities 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 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.