StoreSku.BundledSkus Property

Definition

Gets the list of Store IDs for the apps or add-ons that are bundled with this product SKU.

public:
 property IVectorView<Platform::String ^> ^ BundledSkus { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> BundledSkus();
public IReadOnlyList<string> BundledSkus { get; }
var iVectorView = storeSku.bundledSkus;
Public ReadOnly Property BundledSkus As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The list of Store IDs for the apps or add-ons that are bundled with this product SKU.

Applies to