StoreSku.CollectionData Property

Definition

Gets additional data for the current product SKU, if the user has an entitlement to use the SKU.

public:
 property StoreCollectionData ^ CollectionData { StoreCollectionData ^ get(); };
StoreCollectionData CollectionData();
public StoreCollectionData CollectionData { get; }
var storeCollectionData = storeSku.collectionData;
Public ReadOnly Property CollectionData As StoreCollectionData

Property Value

An object that provides additional data for the current product SKU, if the user has an entitlement to use the SKU.

Applies to