GetConfigData Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use this method to return a Dictionary object for the user interface to read the configuration data for the component.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)
Syntax
'Declaration
Public Overridable Function GetConfigData As Object
'Usage
Dim instance As QueryCatalogInfoClass
Dim returnValue As Object
returnValue = instance.GetConfigData()
public virtual Object GetConfigData()
public:
virtual Object^ GetConfigData()
public function GetConfigData() : Object
Return Value
Type: System..::.Object
A Dictionary object from which the user interface can read the configuration data.
Remarks
Return a Dictionary object for the user interface to read the configuration data 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.