Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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.