Share via


CachedOrganizationService.Cache Property

 

Applies To: Dynamics CRM 2015

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

Return to top

© 2017 Microsoft. All rights reserved. Copyright