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