ProductConfiguration Class

Configuration of a Product, allows you to specify configuration of variants (ignored for non product family products).

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public NotInheritable Class ProductConfiguration _
    Inherits CatalogItemConfiguration
'Usage
Dim instance As ProductConfiguration
public sealed class ProductConfiguration : CatalogItemConfiguration
public ref class ProductConfiguration sealed : public CatalogItemConfiguration
public final class ProductConfiguration extends CatalogItemConfiguration

Remarks

This class is used to support inventory integration and specifies the view configuration of a product object.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.CatalogItemConfiguration
    Microsoft.CommerceServer.Catalog..::.ProductConfiguration

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

ProductConfiguration Members

Microsoft.CommerceServer.Catalog Namespace