다음을 통해 공유


ProductPropertySchema 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 product.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public NotInheritable Class ProductPropertySchema _
    Inherits Dictionary(Of String, Integer)
'Usage
Dim instance As ProductPropertySchema
public sealed class ProductPropertySchema : Dictionary<string, int>
public ref class ProductPropertySchema sealed : public Dictionary<String^, int>

Inheritance Hierarchy

System.Object
  System.Collections.Generic.Dictionary<String, Int32>
    Microsoft.Dynamics.Commerce.Runtime.DataModel.ProductPropertySchema

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.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace