CrmSection.ServiceCache Property
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("serviceCache")]
public OrganizationServiceCacheElementCollection ServiceCache { get; set; }
public:
[ConfigurationPropertyAttribute("serviceCache")]
property OrganizationServiceCacheElementCollection^ ServiceCache {
OrganizationServiceCacheElementCollection^ get();
void set(OrganizationServiceCacheElementCollection^ value);
}
[<ConfigurationPropertyAttribute("serviceCache")>]
member ServiceCache : OrganizationServiceCacheElementCollection with get, set
<ConfigurationPropertyAttribute("serviceCache")>
Public Property ServiceCache As OrganizationServiceCacheElementCollection
Property Value
Type: Microsoft.Xrm.Client.Configuration.OrganizationServiceCacheElementCollection
Type: OrganizationServiceCacheElementCollection
.
See Also
CrmSection Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright