AttributeDataType 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 data type of the attribute.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration AttributeDataType
'Usage
Dim instance As AttributeDataType
public enum AttributeDataType
public enum class AttributeDataType
Members
Member name | Description | |
---|---|---|
None | No attribute data type specified. | |
Currency | An attribute of type currency. | |
DateTime | An attribute of type date time. | |
Decimal | An attribute of type decimal. | |
Integer | An attribute of type integer. | |
Text | An attribute of type string. | |
TrueFalse | An attribute of type boolean. | |
Video | An attribute of video type media. | |
Image | An attribute of image type media. |
Remarks
Maps to the AttributeDataType base enum in AX.