CrmSection Class
Applies To: Dynamics CRM 2015
Represents a collection of site configuration nodes and settings for all sites in general. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
Microsoft.Xrm.Client.Configuration.CrmSection
Syntax
public sealed class CrmSection : ConfigurationSection
public ref class CrmSection sealed : ConfigurationSection
[<Sealed>]
type CrmSection =
class
inherit ConfigurationSection
end
Public NotInheritable Class CrmSection
Inherits ConfigurationSection
Constructors
Name | Description | |
---|---|---|
CrmSection() | Initializes a new instance of the CrmSection class. |
Properties
Name | Description | |
---|---|---|
ConfigurationProviderType | ||
ConnectionStrings | ||
Contexts | ||
CurrentConfiguration | (Inherited from ConfigurationElement.) |
|
ElementInformation | (Inherited from ConfigurationElement.) |
|
ElementProperty | (Inherited from ConfigurationElement.) |
|
Item[ConfigurationProperty] | (Inherited from ConfigurationElement.) |
|
Item[String] | (Inherited from ConfigurationElement.) |
|
LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
|
LockAllElementsExcept | (Inherited from ConfigurationElement.) |
|
LockAttributes | (Inherited from ConfigurationElement.) |
|
LockElements | (Inherited from ConfigurationElement.) |
|
LockItem | (Inherited from ConfigurationElement.) |
|
LockProviderType | ||
MutexTimeout | ||
ObjectCache | ||
ObjectCacheProviderType | ||
Properties | (Inherited from ConfigurationElement.) |
|
SectionInformation | (Inherited from ConfigurationSection.) |
|
ServiceCache | ||
Services |
Methods
Fields
Name | Description | |
---|---|---|
SectionName | The element name of the section. |
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
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
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Configure the context with the configuration file (Dynamics CRM 2015)
Return to top
© 2017 Microsoft. All rights reserved. Copyright