StoreSku.Videos Property

Definition

Gets the videos from the Microsoft Store listing for the product SKU.

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

Property Value

A collection of StoreVideo objects that represent the videos from the Microsoft Store listing for the product SKU.

Applies to