ProductAttributeValueSource 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.

The product attribute value source.

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

Syntax

'Declaration
Public Enumeration ProductAttributeValueSource
'Usage
Dim instance As ProductAttributeValueSource
public enum ProductAttributeValueSource
public enum class ProductAttributeValueSource

Members

Member name Description
Unknown Unknown source.
AttributeDefaultValue Attribute default value.
DefaultProductAttributeGroupDefaultValue Default product attribute group default value.
ChannelProductAttributeGroupDefaultValue Channel product attribute group default value.
CategoryProductAttributeGroupDefaultValue Category product attribute group default value.
StandardProductAttributeValue Standard product attribute value.
CategoryProductAttributeValue Category product attribute value.
ChannelProductAttributeValue Channel product attribute value.
CatalogProductAttributeValue Catalog product attribute value.
CatalogChannelProductAttributeValue Catalog channel product attribute value.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace