Share via


GetProductCollectionConfiguration Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Creates a new ProductConfiguration object with the configuration of the existing Product.

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

Syntax

'Declaration
Protected Friend Function GetProductCollectionConfiguration As ProductConfiguration
'Usage
Dim returnValue As ProductConfiguration

returnValue = Me.GetProductCollectionConfiguration()
protected internal ProductConfiguration GetProductCollectionConfiguration()
protected public:
ProductConfiguration^ GetProductCollectionConfiguration()
protected internal function GetProductCollectionConfiguration() : ProductConfiguration

Return Value

Type: Microsoft.CommerceServer.Catalog..::.ProductConfiguration
A ProductConfiguration object with the configuration of the existing Product.

Remarks

Creates a new ProductConfiguration object with the configuration of the existing Product. The collection is used to manage the products in the catalog.

Permissions

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace