Share via


CrmSection.Contexts Property

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

[ConfigurationPropertyAttribute("contexts", IsDefaultCollection = false, 
    IsRequired = true)]
public OrganizationServiceContextElementCollection Contexts { get; set; }
public:
[ConfigurationPropertyAttribute("contexts", IsDefaultCollection = false, 
    IsRequired = true)]
property OrganizationServiceContextElementCollection^ Contexts {
    OrganizationServiceContextElementCollection^ get();
    void set(OrganizationServiceContextElementCollection^ value);
}
[<ConfigurationPropertyAttribute("contexts", IsDefaultCollection = false,
    IsRequired = true)>]
member Contexts : OrganizationServiceContextElementCollection with get, set
<ConfigurationPropertyAttribute("contexts", IsDefaultCollection := False,
    IsRequired := True)>
Public Property Contexts As OrganizationServiceContextElementCollection

Property Value

Type: Microsoft.Xrm.Client.Configuration.OrganizationServiceContextElementCollection

Type: OrganizationServiceContextElementCollection
.

See Also

CrmSection Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright