GlobalConfig2.Initialize Method (PIA)

Use this method to load the global configuration from the Administration database.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Configuration
…
Public Sub Initialize(Optional bstrGroupName As String)

[C#]

using Microsoft.CommerceServer.Interop.Configuration;
…
public void Initialize(stringbstrGroupName);

Parameters

[Visual Basic .NET]

  • bstrGroupName
    A String reserved for future use. This method ignores the value placed in this parameter.

[C#]

  • bstrGroupName
    A string reserved for future use. This method ignores the value placed in this parameter.

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Configuration

Platforms: Windows 2000, Windows Server 2003

Assembly: CS_MSCSCfg (in cs_mscscfg.dll)

See Also

GlobalConfig2 Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.