Compartir a través de


CrmSection.Services Property

 

Applies To: Dynamics CRM 2013

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

Syntax

[ConfigurationPropertyAttribute("services")]
public OrganizationServiceElementCollection Services { get; set; }
public:
[ConfigurationPropertyAttribute("services")]
property OrganizationServiceElementCollection^ Services {
    OrganizationServiceElementCollection^ get();
    void set(OrganizationServiceElementCollection^ value);
}
[<ConfigurationPropertyAttribute("services")>]
member Services : OrganizationServiceElementCollection with get, set
<ConfigurationPropertyAttribute("services")>
Public Property Services As OrganizationServiceElementCollection

Property Value

Type: Microsoft.Xrm.Client.Configuration.OrganizationServiceElementCollection

Type: OrganizationServiceElementCollection
.

See Also

CrmSection Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top