AppConfigClass Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
NOTE: This API is now obsolete.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<ObsoleteAttribute("AppConfigClass is obsolete. Use the OrderContext class instead.")> _
<GuidAttribute("8B182AD2-CC19-11D2-A437-00C04FA3762B")> _
Public Class AppConfigClass _
Implements IAppConfig, AppConfig
'Usage
Dim instance As AppConfigClass
[ClassInterfaceAttribute()]
[ObsoleteAttribute("AppConfigClass is obsolete. Use the OrderContext class instead.")]
[GuidAttribute("8B182AD2-CC19-11D2-A437-00C04FA3762B")]
public class AppConfigClass : IAppConfig,
AppConfig
[ClassInterfaceAttribute()]
[ObsoleteAttribute(L"AppConfigClass is obsolete. Use the OrderContext class instead.")]
[GuidAttribute(L"8B182AD2-CC19-11D2-A437-00C04FA3762B")]
public ref class AppConfigClass : IAppConfig,
AppConfig
public class AppConfigClass implements IAppConfig, AppConfig
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Interop.Configuration..::.AppConfigClass
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.