Compartilhar via


CrmSection.ServiceCache Property

 

Applies To: Dynamics CRM 2013

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
Developer extensions for Microsoft Dynamics CRM 2013

Return to top