CacheItemDetail.CacheKey Property
Applies To: Dynamics CRM 2013
Gets the key of the related cache item.
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[DataMemberAttribute]
public string CacheKey { get; private set; }
public:
[DataMemberAttribute]
property String^ CacheKey {
String^ get();
private: void set(String^ value);
}
[<DataMemberAttribute>]
member CacheKey : string with get, private set
<DataMemberAttribute>
Public Property CacheKey As String
Get
Private Set
End Property
Property Value
Type: System.String
Type: String
The key.
See Also
CacheItemDetail Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top