Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.11 KB

commerceruntimesection-class-microsoft-dynamics-commerce-runtime-configuration.md

File metadata and controls

65 lines (48 loc) · 2.11 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
CommerceRuntimeSection Class (Microsoft.Dynamics.Commerce.Runtime.Configuration)
CommerceRuntimeSection Class
T:Microsoft.Dynamics.Commerce.Runtime.Configuration.CommerceRuntimeSection
49856243
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.Configuration.CommerceRuntimeSection
CSharp
C++
VB

CommerceRuntimeSection Class

[!INCLUDEarchive-banner]

Represents the configuration section for the Commerce Runtime.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Configuration
Assembly:  Microsoft.Dynamics.Commerce.Runtime.ConfigurationProviders (in Microsoft.Dynamics.Commerce.Runtime.ConfigurationProviders.dll)

Syntax

'Declaration
Public NotInheritable Class CommerceRuntimeSection _
    Inherits ConfigurationSection _
    Implements ICommerceRuntimeSection
'Usage
Dim instance As CommerceRuntimeSection
public sealed class CommerceRuntimeSection : ConfigurationSection, 
    ICommerceRuntimeSection
public ref class CommerceRuntimeSection sealed : public ConfigurationSection, 
    ICommerceRuntimeSection

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationSection
      Microsoft.Dynamics.Commerce.Runtime.Configuration.CommerceRuntimeSection

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.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Configuration Namespace