OrganizationServiceCache.Cache Property

 

Applies To: Dynamics CRM 2015

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

Syntax

public virtual ObjectCache Cache { get; private set; }
public:
property ObjectCache^ Cache {
    virtual ObjectCache^ get();
    private: virtual void set(ObjectCache^ value);
}
abstract Cache : ObjectCache with get, private set
override Cache : ObjectCache with get, private set
Public Overridable Property Cache As ObjectCache
    Get
    Private Set
End Property

Property Value

Type: System.Runtime.Caching.ObjectCache

Type: ObjectCache
.

See Also

OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright