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.
Loads the configuration values for this component based on the passed in dictionary.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
Public Sub SetConfigData ( _
pDict As Object _
)
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim pDict As Object
instance.SetConfigData(pDict)
public void SetConfigData(
Object pDict
)
public:
virtual void SetConfigData(
Object^ pDict
) sealed
public final function SetConfigData(
pDict : Object
)
Parameters
- pDict
Type: System..::.Object
The object containing the configuration information.
Remarks
Loads the configuration values for this component based on the passed in dictionary.
Implements the SetConfigData method of the IPipelineComponentAdmin interface.
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.
See Also
Reference
PaymentMethodRouterPipelineComponent Class