ProductPropertyTranslationDictionary 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 the translations of a product's properties, keyed by the languages identifier.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<CollectionDataContractAttribute(Name := "ProductPropertyTranslationDictionary", ItemName := "Entry", _
KeyName := "Language", ValueName := "ProductPropertySet")> _
Public NotInheritable Class ProductPropertyTranslationDictionary _
Inherits Dictionary(Of String, ProductPropertyDictionary)
'Usage
Dim instance As ProductPropertyTranslationDictionary
[CollectionDataContractAttribute(Name = "ProductPropertyTranslationDictionary", ItemName = "Entry",
KeyName = "Language", ValueName = "ProductPropertySet")]
public sealed class ProductPropertyTranslationDictionary : Dictionary<string, ProductPropertyDictionary>
[CollectionDataContractAttribute(Name = L"ProductPropertyTranslationDictionary", ItemName = L"Entry",
KeyName = L"Language", ValueName = L"ProductPropertySet")]
public ref class ProductPropertyTranslationDictionary sealed : public Dictionary<String^, ProductPropertyDictionary^>
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<String, ProductPropertyDictionary>
Microsoft.Dynamics.Commerce.Runtime.DataModel.ProductPropertyTranslationDictionary
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.