ValuesRead Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Implements the ValuesRead method of IPipelineComponentDescription interface.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)
Syntax
'Declaration
Public Overridable Function ValuesRead As Object
'Usage
Dim instance As QueryCatalogInfoClass
Dim returnValue As Object
returnValue = instance.ValuesRead()
public virtual Object ValuesRead()
public:
virtual Object^ ValuesRead()
public function ValuesRead() : Object
Return Value
Type: System..::.Object
An Object array of order dictionary key strings. These keys are read by the Execute method of the pipeline component.
Remarks
Returns an array of strings that identifies the keys and values that a component reads from the OrderForm object.
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.