다음을 통해 공유


IGlobalConfig Interface

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This interface is implemented by GlobalConfigFreeThreaded class.

This API is not CLS-compliant. 

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Interface IGlobalConfig
'Usage
Dim instance As IGlobalConfig
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public interface IGlobalConfig
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public interface class IGlobalConfig
public interface IGlobalConfig

Remarks

Use this object to accomplish the following:

  • Create or delete resource configuration information

  • Save any updated global configuration information to the Administration database

  • Add a site

You can add your own custom resources to use this object to access configuration settings from the Administration database.

See Also

Reference

IGlobalConfig Members

Microsoft.CommerceServer.Interop.Configuration Namespace