CachedOrganizationService.Cache Property
Applies To: Dynamics CRM 2013
Gets the cache.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public IOrganizationServiceCache Cache { get; private set; }
public:
property IOrganizationServiceCache^ Cache {
IOrganizationServiceCache^ get();
private: void set(IOrganizationServiceCache^ value);
}
member Cache : IOrganizationServiceCache with get, private set
Public Property Cache As IOrganizationServiceCache
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Client.Services.IOrganizationServiceCache
Type: IOrganizationServiceCache
The cached organization service.
See Also
CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top