Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets the cache keys.
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[DataMemberAttribute]
public ICollection<string> CacheKeys { get; private set; }
public:
[DataMemberAttribute]
property ICollection<String^>^ CacheKeys {
ICollection<String^>^ get();
private: void set(ICollection<String^>^ value);
}
[<DataMemberAttribute>]
member CacheKeys : ICollection<string> with get, private set
<DataMemberAttribute>
Public Property CacheKeys As ICollection(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.ICollection<String>
Type: ICollection<String>
The collection of keys for the cache.
See Also
ChangeMonitorDetail Class
Microsoft.Xrm.Client.Caching Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright