Share via


ScoreDiscounts.GetConfigData Method (PIA)

Use this method to return a Dictionary object for the user interface and to read the configuration data for the component.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting.PipelineComponents
…
Public Function GetConfigData() As Object

[C#]

using Microsoft.CommerceServer. Targeting.PipelineComponents;
…
public Object GetConfigData();

Return Value

A Dictionary object from which the user interface can read the configuration data.

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.