SetConfigData Method
Use this method to take a pointer to an object containing the configuration information for the component.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)
Syntax
'Declaration
Public Overridable Sub SetConfigData ( _
pDict As Object _
)
'Usage
Dim instance As QueryCatalogInfoClass
Dim pDict As Object
instance.SetConfigData(pDict)
public virtual void SetConfigData(
Object pDict
)
public:
virtual void SetConfigData(
[InAttribute] Object^ pDict
)
public function SetConfigData(
pDict : Object
)
Parameters
- pDict
Type: System..::.Object
An interface pointer to the Object containing the configuration information.
Remarks
Takes a pointer to an object containing the configuration information for the component.
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.