ProductPropertyType Enumeration
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 type of the product property.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration ProductPropertyType
'Usage
Dim instance As ProductPropertyType
public enum ProductPropertyType
public enum class ProductPropertyType
Members
Member name | Description | |
---|---|---|
None | Undefined property type. | |
Text | A string property type. | |
Integer | An integer property type. | |
Decimal | A decimal property type. | |
DateTime | A date/time property type. | |
Boolean | A boolean property type. | |
Currency | A currency property type. | |
Video | An video property type. | |
Image | An image property type. |