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.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.