ValuesWritten Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an array of strings containing the ValuesWritten.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
Public Function ValuesWritten As Object
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim returnValue As Object
returnValue = instance.ValuesWritten()
public Object ValuesWritten()
public:
virtual Object^ ValuesWritten() sealed
public final function ValuesWritten() : Object
Return Value
Type: System..::.Object
An array of strings containing the ValuesWritten. These values are written by the Execute method of the pipeline component.
Remarks
Returns an array of strings containing the ValuesWritten.
Implements the ValuesWritten method of IPipelineComponentDescription 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