Share via


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

See Also

Reference

QueryCatalogInfoClass Class

QueryCatalogInfoClass Members

Microsoft.CommerceServer.Catalog Namespace