Share via


CrmSection.ObjectCache Property

 

Applies To: Dynamics CRM 2013

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Client.Configuration.ObjectCacheElementCollection

Type: ObjectCacheElementCollection
.

See Also

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

Return to top