Share via


OrganizationServiceCacheElement.QueryHashingEnabled Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether the query used to construct the cache key is to be hashed or left as a readable string.

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

Syntax

[ConfigurationPropertyAttribute("queryHashingEnabled", DefaultValue = true)]
public bool QueryHashingEnabled { get; set; }
public:
[ConfigurationPropertyAttribute("queryHashingEnabled", DefaultValue = true)]
property bool QueryHashingEnabled {
    bool get();
    void set(bool value);
}
[<ConfigurationPropertyAttribute("queryHashingEnabled", DefaultValue = true)>]
member QueryHashingEnabled : bool with get, set
<ConfigurationPropertyAttribute("queryHashingEnabled", DefaultValue := True)>
Public Property QueryHashingEnabled As Boolean

Property Value

Type: System.Boolean

Type: Boolean.

See Also

OrganizationServiceCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright