OrganizationServiceElementCollection Class
Applies To: Dynamics CRM 2015
(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.ConfigurationElementCollection
Microsoft.Xrm.Client.Configuration.ConfigurationElementCollection<T>
Microsoft.Xrm.Client.Configuration.OrganizationServiceElementCollection
Syntax
[ConfigurationCollectionAttribute(typeof(OrganizationServiceElement))]
public sealed class OrganizationServiceElementCollection : ConfigurationElementCollection<OrganizationServiceElement>
[ConfigurationCollectionAttribute((OrganizationServiceElement^::typeid))]
public ref class OrganizationServiceElementCollection sealed : ConfigurationElementCollection<OrganizationServiceElement^>
[<Sealed>]
[<ConfigurationCollectionAttribute(typeof(OrganizationServiceElement))>]
type OrganizationServiceElementCollection =
class
inherit ConfigurationElementCollection<OrganizationServiceElement>
end
<ConfigurationCollectionAttribute(GetType(OrganizationServiceElement))>
Public NotInheritable Class OrganizationServiceElementCollection
Inherits ConfigurationElementCollection(Of OrganizationServiceElement)
Constructors
Name | Description | |
---|---|---|
OrganizationServiceElementCollection() | Initializes a new instance of the OrganizationServiceElementCollection class. |
Properties
Methods
Fields
Name | Description | |
---|---|---|
Name | The name of the element collection. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | (Inherited from ConfigurationElementCollection.) |
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
Return to top
© 2017 Microsoft. All rights reserved. Copyright