CrmSection.Services Property
Applies To: Dynamics CRM 2015
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
Return to top
© 2017 Microsoft. All rights reserved. Copyright