Share via


GetConfigData Method

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

Returns the dictionary object holding the configuration values for this component.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)

Syntax

'Declaration
Public Function GetConfigData As Object
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim returnValue As Object

returnValue = instance.GetConfigData()
public Object GetConfigData()
public:
virtual Object^ GetConfigData() sealed
public final function GetConfigData() : Object

Return Value

Type: System..::.Object
The dictionary object holding the configuration values for this component.

Remarks

Returns the dictionary object holding the configuration values for this component.

Implements the GetConfigData method of the IPipelineComponent.

Permissions

See Also

Reference

PaymentMethodRouterPipelineComponent Class

PaymentMethodRouterPipelineComponent Members

Microsoft.CommerceServer.Orders Namespace