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