OrganizationServiceCacheSettings.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.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public bool QueryHashingEnabled { get; set; }
public:
property bool QueryHashingEnabled {
bool get();
void set(bool value);
}
member QueryHashingEnabled : bool with get, set
Public Property QueryHashingEnabled As Boolean
Property Value
Type: System.Boolean
Type: Boolean.
See Also
OrganizationServiceCacheSettings Class
Microsoft.Xrm.Client.Services Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright