Share via


ScoreDiscounts.SetConfigData Method (PIA)

Use this method to take a pointer to an object containing the configuration information for the component.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting.PipelineComponents
…
Public Sub SetConfigData(pDict As Object)

[C#]

using Microsoft.CommerceServer.Interop.Targeting.PipelineComponents;
…
public void SetConfigData(objectpDict);

Parameters

[Visual Basic .NET]

  • pDict
    [in] An interface pointer to the Object containing the configuration information.

[C#]

  • pDict
    [in] An interface pointer to the object containing the configuration information.

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException.

Remarks

For more information, see Deciding Which Interface to Expose.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Targeting.PipelineComponents

Platforms: Windows 2000, Windows Server 2003

Assembly: CSFCompLib (in CSFCompLib.dll)

See Also

ScoreDiscounts Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.