Freigeben über


OrganizationServiceCacheSettings.QueryHashingEnabled Property

 

Applies To: Dynamics CRM 2013

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

Return to top