ProductVariantPropertyDictionary Class
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Represents all the properties of a given product and its eventual variants, keyed by their unique product identifiers.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<CollectionDataContractAttribute(Name := "ProductVariantPropertyDictionary", ItemName := "Entry", _
KeyName := "VariantId", ValueName := "ProductPropertyTranslationDictionary")> _
Public NotInheritable Class ProductVariantPropertyDictionary _
Inherits Dictionary(Of Long, ProductPropertyTranslationDictionary)
'Usage
Dim instance As ProductVariantPropertyDictionary
[CollectionDataContractAttribute(Name = "ProductVariantPropertyDictionary", ItemName = "Entry",
KeyName = "VariantId", ValueName = "ProductPropertyTranslationDictionary")]
public sealed class ProductVariantPropertyDictionary : Dictionary<long, ProductPropertyTranslationDictionary>
[CollectionDataContractAttribute(Name = L"ProductVariantPropertyDictionary", ItemName = L"Entry",
KeyName = L"VariantId", ValueName = L"ProductPropertyTranslationDictionary")]
public ref class ProductVariantPropertyDictionary sealed : public Dictionary<long long, ProductPropertyTranslationDictionary^>
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<Int64, ProductPropertyTranslationDictionary>
Microsoft.Dynamics.Commerce.Runtime.DataModel.ProductVariantPropertyDictionary
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.