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